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 0.2.1 to 0.2.2

.idea/.name

2

dist/datatypes/conditional.js

@@ -94,3 +94,3 @@ 'use strict';

buffer.writeUInt8(1, offset++);
this.write(value, buffer, offset, typeArgs, context);
offset = this.write(value, buffer, offset, typeArgs, context);
} else {

@@ -97,0 +97,0 @@ buffer.writeUInt8(0, offset++);

{
"name": "protodef",
"version": "0.2.1",
"version": "0.2.2",
"description": "A simple yet powerful way to define binary protocols",

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

@@ -107,2 +107,6 @@ # ProtoDef

### 0.2.2
* Fix writeOption : the offset wasn't properly updated
### 0.2.1

@@ -109,0 +113,0 @@

@@ -94,3 +94,3 @@ var { getField, getFieldInfo, tryCatch , addErrorField} = require('../utils');

buffer.writeUInt8(1, offset++);
this.write(value, buffer, offset, typeArgs, context);
offset=this.write(value, buffer, offset, typeArgs, context);
} else {

@@ -97,0 +97,0 @@ buffer.writeUInt8(0, offset++);

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