Comparing version 4.0.1 to 4.0.2
@@ -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 @@ |
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
258717
0