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

binary-parser

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

binary-parser - npm Package Compare versions

Comparing version 1.9.1 to 1.9.2

6

dist/binary_parser.d.ts

@@ -17,5 +17,5 @@ /// <reference types="node" />

zeroTerminated?: boolean;
clone?: null;
stripNull?: null;
key?: null;
clone?: boolean;
stripNull?: boolean;
key?: string;
tag?: string;

@@ -22,0 +22,0 @@ offset?: number | string | ((item: any) => number);

@@ -806,3 +806,3 @@ "use strict";

if (!this.options.readUntil && lengthInBytes === undefined) {
ctx.pushCode(item + ".$index = " + length + " - " + counter + ",");
ctx.pushCode(item + ".$index = " + length + " - " + counter + ";");
}

@@ -809,0 +809,0 @@ type.generate(ctx);

{
"name": "binary-parser",
"version": "1.9.1",
"version": "1.9.2",
"description": "Blazing-fast binary parser builder",

@@ -11,7 +11,7 @@ "main": "dist/binary_parser.js",

"@types/fast-text-encoding": "^1.0.1",
"@types/node": "^14.14.41",
"mocha": "^8.3.2",
"@types/node": "^16.0.0",
"mocha": "^9.0.2",
"nyc": "^15.1.0",
"prettier": "^2.2.1",
"typescript": "^4.2.4"
"prettier": "^2.3.2",
"typescript": "^4.3.5"
},

@@ -18,0 +18,0 @@ "scripts": {

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