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

cbor-x

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cbor-x - npm Package Compare versions

Comparing version 1.5.5 to 1.5.6

2

package.json
{
"name": "cbor-x",
"author": "Kris Zyp",
"version": "1.5.5",
"version": "1.5.6",
"description": "Ultra-fast and conformant CBOR (RFC 8949) implementation with support for numerous tag extensions including records and structured cloning",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -42,3 +42,2 @@ import { Transform } from 'stream'

values = this.decoder.decodeMultiple(chunk)
callback()
} catch(error) {

@@ -49,3 +48,3 @@ if (error.incomplete) {

} else {
callback(error)
return callback(error)
}

@@ -59,2 +58,3 @@ } finally {

}
callback()
}

@@ -61,0 +61,0 @@ getNullValue() {

Sorry, the diff of this file is not supported yet

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