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

cbor

Package Overview
Dependencies
Maintainers
3
Versions
60
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 9.0.0 to 9.0.1

3

lib/tagged.js

@@ -335,2 +335,5 @@ 'use strict'

let f = (converters == null) ? undefined : converters[this.tag]
if (f === null) { // === is intentional. null has semantic meaning as above
return this
}
if (typeof f !== 'function') {

@@ -337,0 +340,0 @@ f = Tagged.TAGS[this.tag]

5

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

@@ -64,3 +64,4 @@ "main": "./lib/cbor.js",

"node": ">=16"
}
},
"gitHead": "9ae25267211a80490f61f27740eafcc67973e795"
}
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