Comparing version 0.0.3 to 0.0.4
@@ -23,3 +23,3 @@ /* javascript wrapper for inchi */ | ||
return { | ||
wrapperVersion: '0.0.3', | ||
wrapperVersion: '0.0.4', | ||
algorithmVersion: inchilib.getAlgorithmVersion(), | ||
@@ -26,0 +26,0 @@ libraryVersion: '1.04' |
{ | ||
"name": "inchi", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "International Chemical Identifier (InChI) for node.js programs", | ||
@@ -9,3 +9,3 @@ "main": "lib/inchi.js", | ||
"build": "node-gyp build", | ||
"test": "mocha" | ||
"test": "node run-test.js" | ||
}, | ||
@@ -33,9 +33,9 @@ "repository": { | ||
"yuidocjs": "~0.3.47", | ||
"node-cpplint": "~0.1.5", | ||
"cppunitlite": "*" | ||
"node-cpplint": "~0.1.5" | ||
}, | ||
"dependencies": { | ||
"bindings": "~1.1.1", | ||
"nan": "~0.8.0" | ||
"nan": "~0.8.0", | ||
"cppunitlite": "*" | ||
} | ||
} |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
24949164
6
263
166
3
2
6
+ Addedcppunitlite@*
+ Addedcppunitlite@1.0.0(transitive)