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

msgpack5

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

msgpack5 - npm Package Compare versions

Comparing version 5.3.2 to 6.0.0

5

lib/decoder.js

@@ -45,5 +45,4 @@ 'use strict'

function decode (buf) {
// TODO: Make it into ensureBl handler ?
if (!(buf instanceof bl)) {
buf = bl().append(buf)
if (!bl.isBufferList(buf)) {
buf = bl(buf)
}

@@ -50,0 +49,0 @@

4

package.json
{
"name": "msgpack5",
"version": "5.3.2",
"version": "6.0.0",
"description": "A msgpack v5 implementation for node.js and the browser, with extension points",

@@ -47,3 +47,3 @@ "main": "index.js",

"dependencies": {
"bl": "^4.0.0",
"bl": "^5.0.0",
"inherits": "^2.0.3",

@@ -50,0 +50,0 @@ "readable-stream": "^3.0.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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