Comparing version 5.3.2 to 6.0.0
@@ -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 @@ |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
697153
12908
+ Addedbl@5.1.0(transitive)
+ Addedbuffer@6.0.3(transitive)
- Removedbl@4.1.0(transitive)
- Removedbuffer@5.7.1(transitive)
Updatedbl@^5.0.0