New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

msgpack-bin

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

msgpack-bin - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

8

lib/msgpack.js

@@ -21,5 +21,7 @@ // Wrap a nicer JavaScript API that wraps the direct MessagePack bindings.

exports.packb = mpBindings.pack
exports.unpackb = function(buf){
return unpack(buf, true)
exports.packb = mpBindings.mpBindings.pack
exports.unpackb = function unpackb(buf){
var result = unpack(buf, true)
unpackb.bytes_remaining = unpack.bytes_remaining
return result
}

@@ -26,0 +28,0 @@

{
"name": "msgpack-bin",
"description": "msgpack-node fork with RAW->Buffer decoder available",
"version": "0.2.1",
"version": "0.2.2",
"homepage": "https://github.com/diunko/msgpack-node",

@@ -6,0 +6,0 @@ "contributors": [

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