Socket
Socket
Sign inDemoInstall

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 1.0.1 to 1.0.2

5

index.js

@@ -357,6 +357,3 @@

var result = acc.reduce(function(list, buf) {
// TODO remove the slicing after
// https://github.com/rvagg/bl/pull/12
// gets merged
return list.append(buf.slice(0, buf.length))
return list.append(buf)
}, bl())

@@ -363,0 +360,0 @@

4

package.json
{
"name": "msgpack5",
"version": "1.0.1",
"version": "1.0.2",
"description": "A msgpack v5 implementation for node.js, with extension points",

@@ -32,4 +32,4 @@ "main": "index.js",

"dependencies": {
"bl": "^0.8.2"
"bl": "^0.9.0"
}
}

@@ -295,3 +295,2 @@

buf.writeUInt32BE(obj.data, 0)
console.log(buf);
return buf

@@ -311,3 +310,2 @@ }

var encoded = encoder.encode(orig)
console.log(encoded)
t.deepEqual(encoder.decode(encoded), orig, 'must stay the same')

@@ -314,0 +312,0 @@ t.end()

Sorry, the diff of this file is not supported yet

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