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

cbor-web

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cbor-web - npm Package Compare versions

Comparing version 7.0.6 to 8.0.0

22

package.json
{
"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

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