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.6.2 to 1.6.3

6

doc/history.md
# History
## 1.6.3
* fix fullpacketparser error
## 1.6.2

@@ -131,2 +135,2 @@

* basic version, mostly contain the ProtoDef class and the datatype
* basic version, mostly contain the ProtoDef class and the datatype

2

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

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

@@ -79,3 +79,3 @@ const Transform = require("readable-stream").Transform;

throw new Error("Chunk size is "+chunk.length+" but only "+packet.metadata.size+" was read ; partial packet : "+
packet.value+"packet. ; buffer : "+chunk.toString("hex"));
packet.data+" ; buffer : "+chunk.toString("hex"));
else {

@@ -97,2 +97,2 @@ this.push(packet);

FullPacketParser:FullPacketParser
};
};
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