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

@gmod/binary-parser

Package Overview
Dependencies
Maintainers
5
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gmod/binary-parser - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

yarn.lock

2

lib/binary_parser.js

@@ -11,2 +11,4 @@ //========================================================================================

window.Buffer = Buffer
if (typeof self !== 'undefined')
self.Buffer = Buffer // this is for webworker, and also is not an elseif to avoid window polyfills in webworker

@@ -13,0 +15,0 @@ var PRIMITIVE_TYPES = {

2

package.json
{
"name": "@gmod/binary-parser",
"version": "1.3.2",
"version": "1.3.3",
"description": "Blazing-fast binary parser builder",

@@ -5,0 +5,0 @@ "main": "lib/binary_parser.js",

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