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

a-msgpack

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

a-msgpack - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [4.0.2](https://github.com/aristanetworks/cloudvision/compare/v4.0.1...v4.0.2) (2020-04-21)
**Note:** Version bump only for package a-msgpack
## 4.0.1 (2020-04-15)

@@ -8,0 +16,0 @@

8

package.json
{
"name": "a-msgpack",
"version": "4.0.1",
"version": "4.0.2",
"description": "A minimalistic NEAT (MessagePack based) encoder and decoder for JavaScript.",

@@ -20,3 +20,3 @@ "author": "Stephane Rufer <stephane@arista.com>",

"build:umd:min": "cross-env BABEL_ENV=es NODE_ENV=production rollup -c -o dist/MsgPack.min.js",
"check": "npm run lint && npm run test && npm run type-check && npm run prettier-check",
"check": "npm run lint && npm run type-check && npm run prettier-check",
"clean": "rimraf dist lib es",

@@ -26,3 +26,3 @@ "docs": "typedoc --options typedoc-neo.json --plugin typedoc-neo-theme --theme ./node_modules/typedoc-neo-theme/bin/default --out docs/html",

"lint": "eslint --max-warnings 0 --ext .js,.ts *.js src/**/*.ts test/**/*.ts types/**/*.ts",
"prepare": "npm run lint && npm run test:cov && npm run type-check && npm run prettier-check && npm run build",
"prepare": "npm run build",
"prettier-check": "prettier -c *.js src/**/*.ts",

@@ -86,3 +86,3 @@ "prettier-fix": "prettier --write *.js src/**/*.ts",

},
"gitHead": "933cd4f77e972b0cb78a8379102a664bb2c9e5ba"
"gitHead": "4b1519ff3ececd34de2e0c2359637f3938cbb49d"
}
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