Comparing version 0.0.18 to 0.0.19
0.0.19 / 2012-06-25 | ||
================== | ||
- use node-bindings | ||
0.0.18 / 2012-06-21 | ||
@@ -3,0 +8,0 @@ =================== |
@@ -5,3 +5,3 @@ | ||
exports = module.exports = require('../build/Release/binding.node') | ||
exports = module.exports = require('bindings')('binding') | ||
@@ -8,0 +8,0 @@ /** |
@@ -19,3 +19,3 @@ { "name": "ref" | ||
] | ||
, "version": "0.0.18" | ||
, "version": "0.0.19" | ||
, "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)" | ||
@@ -29,3 +29,4 @@ , "repository": { "type": "git", "url": "git://github.com/TooTallNate/ref.git" } | ||
, "dependencies": { | ||
"debug": "*" | ||
"bindings": "*" | ||
, "debug": "*" | ||
} | ||
@@ -32,0 +33,0 @@ , "devDependencies": { |
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
82719
2
2
+ Addedbindings@*
+ Addedbindings@1.5.0(transitive)
+ Addedfile-uri-to-path@1.0.0(transitive)