Comparing version 7.0.6 to 8.0.0
{ | ||
"name": "cbor-web", | ||
"version": "7.0.6", | ||
"version": "8.0.0", | ||
"description": "", | ||
@@ -18,19 +18,10 @@ "main": "dist/cbor.js", | ||
}, | ||
"peerDependencies": { | ||
"bignumber.js": "^9.0.1" | ||
}, | ||
"peerDependenciesMeta": { | ||
"bignumber.js": { | ||
"optional": true | ||
} | ||
}, | ||
"devDependencies": { | ||
"base64-js": "^1.5.1", | ||
"buffer": "^6.0.3", | ||
"cbor": "^7.0.6", | ||
"cbor": "^8.0.0", | ||
"events": "^3.3.0", | ||
"ieee754": "^1.2.1", | ||
"inherits": "^2.0.4", | ||
"node-inspect-extracted": "^1.0.8", | ||
"nofilter": "^2.0.3", | ||
"nofilter": "^3.0.2", | ||
"process": "^0.11.10", | ||
@@ -42,6 +33,9 @@ "readable-stream": "^3.6.0", | ||
"util-deprecate": "^1.0.2", | ||
"webpack": "^5.41.1", | ||
"webpack": "^5.48.0", | ||
"webpack-cli": "^4.7.2" | ||
}, | ||
"gitHead": "e3b17d1980dd4656505c575c9bc9d65148d40af1" | ||
"engines": { | ||
"node": ">=12.19" | ||
}, | ||
"gitHead": "93d11477589995ec91c02df99b1dba9f01d583a7" | ||
} |
@@ -6,3 +6,2 @@ # cbor-web | ||
- [buffer](https://github.com/feross/buffer) | ||
- [node-inspect-extracted](https://github.com/hildjj/node-inspect-extracted) | ||
- [nofilter](https://github.com/hildjj/nofilter) | ||
@@ -12,7 +11,2 @@ - [process](https://github.com/shtylman/node-process) | ||
In addition, if you want support for big decimal and big float numbers, you'll | ||
need your own version of | ||
[bignumber.js](https://github.com/MikeMcl/bignumber.js). Decoding `c4820a0a` | ||
(hex) will give you a BigNumber if you have everything installed correctly. | ||
## Examples | ||
@@ -19,0 +13,0 @@ |
Sorry, the diff of this file is too big to display
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
0
15
0
1
119653
28