Socket
Socket
Sign inDemoInstall

msgpack5

Package Overview
Dependencies
6
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.3 to 1.3.4

test/31-chars-strings.js

4

index.js

@@ -231,3 +231,3 @@

result = buf.slice(3, 3 + buf.readUInt16BE(1))
buf.consume(4 + buf.readUInt16BE(1))
buf.consume(3 + buf.readUInt16BE(1))
return result

@@ -237,3 +237,3 @@ case 0xc6:

result = buf.slice(5, 5 + buf.readUInt32BE(1))
buf.consume(6 + buf.readUInt32BE(1))
buf.consume(5 + buf.readUInt32BE(1))
return result

@@ -240,0 +240,0 @@ case 0xdc:

{
"name": "msgpack5",
"version": "1.3.3",
"version": "1.3.4",
"description": "A msgpack v5 implementation for node.js, with extension points",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc