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

protodef

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

protodef - npm Package Compare versions

Comparing version 1.12.1 to 1.13.0

4

doc/history.md
# History
## 1.13.0
* add fullBuffer to parsePacketBuffer return
## 1.12.1

@@ -4,0 +8,0 @@

2

package.json
{
"name": "protodef",
"version": "1.12.1",
"version": "1.13.0",
"description": "A simple yet powerful way to define binary protocols",

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

@@ -107,3 +107,4 @@ const numeric = require('./datatypes/numeric')

metadata: { size },
buffer: buffer.slice(0, size)
buffer: buffer.slice(0, size),
fullBuffer: buffer
}

@@ -110,0 +111,0 @@ }

@@ -159,3 +159,4 @@ const { getFieldInfo, tryCatch } = require('./utils')

},
buffer: buffer.slice(0, size)
buffer: buffer.slice(0, size),
fullBuffer: buffer
}

@@ -162,0 +163,0 @@ }

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