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

bin-protocol

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bin-protocol - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

8

lib/index.js

@@ -86,4 +86,8 @@ 'use strict';

_P.define = function (name, config, namespace) {
Reader.define(name, config.read, namespace, _Reader);
Writer.define(name, config.write, namespace, _Writer);
if (config.read) {
Reader.define(name, config.read, namespace, _Reader);
}
if (config.write) {
Writer.define(name, config.write, namespace, _Writer);
}
};

@@ -90,0 +94,0 @@

@@ -9,3 +9,3 @@ {

},
"version": "2.0.2",
"version": "2.0.3",
"main": "./lib/index.js",

@@ -12,0 +12,0 @@ "keywords": ["buffer", "raw", "binary", "protocol", "parser", "reader", "builder"],

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