Comparing version 1.6.2 to 1.6.3
# 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 |
{ | ||
"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 | ||
}; | ||
}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
100019
3108