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

what-the-pack

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

what-the-pack - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

dist/MessagePack.min.js

11

package.json
{
"name": "what-the-pack",
"version": "1.0.1",
"version": "1.1.0",
"description": "The fastest MessagePack implementation in JS",

@@ -17,6 +17,11 @@ "main": "index.js",

"microtime": "^2.1.8",
"notepack.io": "^2.1.3"
"notepack.io": "^2.1.3",
"rollup": "^0.66.6",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-terser": "^3.0.0"
},
"scripts": {
"test": "jest",
"test": "./node_modules/.bin/jest",
"rollup": "./node_modules/.bin/rollup -c rollup.config.js",
"benchmark": "node benchmark.js"

@@ -23,0 +28,0 @@ },

Sorry, the diff of this file is not supported yet

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