contextify
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -1,10 +0,2 @@ | ||
try { | ||
var ContextifyContext = require('../build/Release/contextify').ContextifyContext; | ||
} catch (e) { | ||
console.log("Internal Contextify ERROR: Make sure Contextify is built " + | ||
"with your current Node version.\nTo rebuild, go to the " + | ||
"Contextify root folder and run 'node-waf distclean && " + | ||
"node-waf configure build'."); | ||
throw e; | ||
} | ||
var ContextifyContext = require('bindings')('contextify').ContextifyContext; | ||
@@ -11,0 +3,0 @@ module.exports = function Contextify (sandbox) { |
{ | ||
"name": "contextify", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Turn an object into a persistent execution context.", | ||
@@ -27,2 +27,5 @@ "author": "Brian McDaniel <brianmcd05@gmail.com>", | ||
], | ||
"dependencies": { | ||
"bindings" : "*" | ||
}, | ||
"devDependencies": { | ||
@@ -29,0 +32,0 @@ "nodeunit" : ">=0.5.x" |
@@ -5,2 +5,4 @@ # Contextify | ||
NOTE: This module will not install from npm on Windows. See https://github.com/brianmcd/contextify/issues/10 for more info. | ||
## Examples | ||
@@ -7,0 +9,0 @@ ```javascript |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35385
105
1
451
1
+ Addedbindings@*
+ Addedbindings@1.5.0(transitive)
+ Addedfile-uri-to-path@1.0.0(transitive)