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

@msgpack/msgpack

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@msgpack/msgpack - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

6

CHANGELOG.md
This is the revision history of @msgpack/msgpack
## v2.2.1 2020/10/11
https://github.com/msgpack/msgpack-javascript/compare/v2.2.0...v2.2.1
* Fix `package.json` for webpack to use `module` field
## v2.2.0 2020/10/04

@@ -4,0 +10,0 @@

5

package.json
{
"name": "@msgpack/msgpack",
"version": "2.2.0",
"version": "2.2.1",
"description": "MessagePack for JavaScript/ECMA-262",

@@ -8,4 +8,5 @@ "author": "The MessagePack community",

"main": "./dist/index.js",
"browser": "./dist.es5+umd/msgpack.min.js",
"module": "./dist.es5+esm/index.js",
"cdn": "./dist.es5+umd/msgpack.min.js",
"unpkg": "./dist.es5+umd/msgpack.min.js",
"types": "./dist/index.d.ts",

@@ -12,0 +13,0 @@ "sideEffects": false,

6

README.md

@@ -524,7 +524,7 @@ # MessagePack for JavaScript/ECMA-262

* `dist/` is compiled into ES2015+
* `dist.es5+umd/` is compiled into ES5 and bundled to singile file
* `dist/` is compiled into ES2015+, provided for NodeJS v10 or later
* `dist.es5+umd/` is compiled into ES5 with UMD-style single file
* `dist.es5+umd/msgpack.min.js` - the default, minified file (UMD)
* `dist.es5+umd/msgpack.js` - an optional, non-minified file (UMD)
* `dist.es5+esm/` is compiled into ES5 and placed as ES modules
* `dist.es5+esm/` is compiled into ES5 and placed as ES modules, provided for webpack-like bundlers, not NodeJS

@@ -531,0 +531,0 @@ If you use NodeJS and/or webpack, their module resolvers use the suitable one automatically.

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