New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jsonm

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonm - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

8

package.json
{
"name": "jsonm",
"version": "1.0.5",
"version": "1.0.6",
"description": "json compressor for packing messages with memoization",

@@ -8,3 +8,4 @@ "main": "jsonm.js",

"test": "node_modules/mocha/bin/mocha .",
"browserify": "mkdir -p build; browserify -s packer lib/packer.js -o build/packer.js && browserify -s unpacker lib/unpacker.js -o build/unpacker.js && browserify -s jsonm jsonm.js -o build/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",
"prepublish": "npm run browserify"
},

@@ -23,4 +24,5 @@ "repository": {

"mocha": "^2.3.4",
"assert": "^1.3.0"
"assert": "^1.3.0",
"browserify": "^12.0.1"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc