node-stringprep
Advanced tools
Comparing version 0.1.8 to 0.1.9
{ | ||
"name": "node-stringprep", | ||
"version": "0.1.8", | ||
"main": "./build/Release/node_stringprep.node", | ||
"version": "0.1.9", | ||
"main": "index.js", | ||
"description": "ICU StringPrep profiles", | ||
@@ -11,3 +11,9 @@ "keywords": [ | ||
], | ||
"dependencies": {}, | ||
"scripts": { | ||
"test": "node leakcheck.js" | ||
}, | ||
"dependencies": { | ||
"nan": "~0.7.0", | ||
"bindings": "~1.1.1" | ||
}, | ||
"devDependencies": {}, | ||
@@ -25,2 +31,9 @@ "repository": { | ||
}, | ||
"maintainers": [ | ||
{ | ||
"name": "Lloyd Watkin", | ||
"email": "lloyd@evilprofessor.co.uk", | ||
"web": "http://evilprofessor.co.uk" | ||
} | ||
], | ||
"licenses": [ | ||
@@ -32,3 +45,3 @@ { | ||
"engines": { | ||
"node": ">=0.4" | ||
"node": ">=0.8" | ||
}, | ||
@@ -35,0 +48,0 @@ "contributors": [ |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
10
4299
2
0
2
+ Addedbindings@~1.1.1
+ Addednan@~0.7.0
+ Addedbindings@1.1.1(transitive)
+ Addednan@0.7.1(transitive)