Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

msgpack5

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

msgpack5 - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

11

package.json
{
"name": "msgpack5",
"version": "4.0.0",
"version": "4.0.1",
"description": "A msgpack v5 implementation for node.js and the browser, with extension points",

@@ -9,4 +9,4 @@ "main": "index.js",

"build": "npm run browserify && npm run dist",
"browserify": "node_modules/.bin/browserify index.js -o dist/msgpack5.js -s msgpack5",
"dist": "node_modules/.bin/uglifyjs dist/msgpack5.js -o dist/msgpack5.min.js",
"browserify": "browserify index.js -o dist/msgpack5.js -s msgpack5",
"dist": "uglifyjs dist/msgpack5.js -o dist/msgpack5.min.js",
"test-browser": "browserify test/* | testling -u"

@@ -35,4 +35,3 @@ },

"devDependencies": {
"browserify": "^14.5.0",
"jshint": "^2.9.5",
"browserify": "^15.0.0",
"memdb": "^1.3.1",

@@ -44,3 +43,3 @@ "pre-commit": "^1.2.2",

"testling": "^1.7.1",
"uglify-js": "^3.2.2"
"uglify-js": "^3.3.5"
},

@@ -47,0 +46,0 @@ "standard": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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