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

cbor

Package Overview
Dependencies
Maintainers
3
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cbor - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

8

package.json
{
"name": "cbor",
"version": "2.0.1",
"version": "2.0.2",
"description": "Encode and parse data in the Concise Binary Object Representation (CBOR) data format (RFC7049).",

@@ -21,2 +21,6 @@ "main": "./lib/cbor.js",

},
"browser": {
"fs": false,
"source-map-support": false
},
"scripts": {

@@ -64,3 +68,3 @@ "clean": "rm -rf coverage .nyc_output/ docs/api man/*",

"garbage": "*",
"optional-dev-dependency": "git://github.com/hildjj/optional-dev-dependency.git#package"
"optional-dev-dependency": ">=1.4"
},

@@ -67,0 +71,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

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