brikteknologier / seraph-model

thin model layer for seraph/neo4j (node.js)
MIT License
111 stars 28 forks source link

node --use strict fails due to async depency #98

Closed AlexJWayne closed 8 years ago

AlexJWayne commented 8 years ago

When run in strict mode, seraph model crashes when required. It appears that async is trying to access this to get the global object, which is not allowed in strict mode. It's currently referencing a pretty old version of this library.

jonpacker commented 8 years ago

Upgraded all the dependencies, this should be fixed now.