Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "jsonm", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "json compressor for packing messages with memoization", | ||
@@ -9,3 +9,3 @@ "main": "jsonm.js", | ||
"browserify": "mkdir -p build; node_modules/browserify/bin/cmd.js -s packer lib/packer.js -o build/packer.js && node_modules/browserify/bin/cmd.js -s unpacker lib/unpacker.js -o build/unpacker.js && node_modules/browserify/bin/cmd.js -s jsonm jsonm.js -o build/jsonm.js", | ||
"postinstall": "npm run browserify" | ||
"postinstall": "[ -e node_modules/browserify ] && npm run browserify" | ||
}, | ||
@@ -22,3 +22,3 @@ "repository": { | ||
"homepage": "https://github.com/lennartcl/jsonm#readme", | ||
"devdependencies": { | ||
"devDependencies": { | ||
"mocha": "^2.3.4", | ||
@@ -25,0 +25,0 @@ "assert": "^1.3.0", |
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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
56618
0
3