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

dnode-protocol

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dnode-protocol - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

3

index.js
var Traverse = require('traverse');
var EventEmitter = require('events').EventEmitter;
var net = process.title === 'browser' ? {} : require('net');

@@ -245,3 +246,3 @@ var exports = module.exports = function (wrapper) {

}
else if (arg instanceof net.Stream) {
else if (net.Stream && arg instanceof net.Stream) {
params.stream = arg;

@@ -248,0 +249,0 @@ }

{
"name": "dnode-protocol",
"description": "Implements the dnode protocol abstractly",
"version": "0.0.4",
"version": "0.0.5",
"repository": "https://github.com/substack/dnode-protocol.git",

@@ -6,0 +6,0 @@ "author": {

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