Comparing version 1.3.0 to 1.3.1
@@ -26,10 +26,4 @@ /* | ||
*/ | ||
var binding; | ||
var binding = require('bindings')('binding.node'); | ||
try { | ||
binding = require('../build/default/binding'); | ||
} catch(e) { | ||
binding = require('../build/Release/binding'); | ||
} | ||
/* | ||
@@ -36,0 +30,0 @@ * Parsers, used to parse a buffer when decompressing. |
@@ -5,3 +5,3 @@ { | ||
"description": "Nodejs bindings to Google's Snappy compression library", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"homepage": "https://github.com/kesla/node-snappy", | ||
@@ -22,3 +22,5 @@ "repository": { | ||
}, | ||
"dependencies": {}, | ||
"dependencies": { | ||
"bindings": "~1.0.0" | ||
}, | ||
"devDependencies": { | ||
@@ -25,0 +27,0 @@ "vows": ">= 0.5.8" |
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances 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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
6362608
77
1
554
+ Addedbindings@~1.0.0
+ Addedbindings@1.0.0(transitive)