node-stringprep
Advanced tools
Comparing version 0.6.2 to 0.7.0
{ | ||
"name": "node-stringprep", | ||
"version": "0.6.2", | ||
"version": "0.7.0", | ||
"main": "index.js", | ||
@@ -12,15 +12,16 @@ "description": "ICU StringPrep profiles", | ||
"scripts": { | ||
"test": "grunt test" | ||
"test": "./node_modules/.bin/grunt test" | ||
}, | ||
"dependencies": { | ||
"nan": "~1.2.0", | ||
"bindings": "~1.1.1", | ||
"debug": "~2.0.0" | ||
"bindings": "^1.2.1", | ||
"debug": "~2.0.0", | ||
"nan": "^1.5.1" | ||
}, | ||
"devDependencies": { | ||
"grunt": "~0.4.2", | ||
"grunt-cli": "^0.1.13", | ||
"grunt-contrib-jshint": "~0.7.2", | ||
"grunt-mocha-cli": "~1.3.0", | ||
"proxyquire": "~0.5.2", | ||
"grunt-mocha-cli": "~1.3.0", | ||
"grunt-contrib-jshint": "~0.7.2", | ||
"should": "~2.1.1", | ||
"grunt": "~0.4.2" | ||
"should": "~2.1.1" | ||
}, | ||
@@ -27,0 +28,0 @@ "repository": { |
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
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
21343
6
+ Addedbindings@1.5.0(transitive)
+ Addedfile-uri-to-path@1.0.0(transitive)
+ Addednan@1.9.0(transitive)
- Removedbindings@1.1.1(transitive)
- Removednan@1.2.0(transitive)
Updatedbindings@^1.2.1
Updatednan@^1.5.1