Socket
Socket
Sign inDemoInstall

dnode

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dnode - npm Package Compare versions

Comparing version 0.9.8 to 0.9.9

2

index.js

@@ -72,3 +72,3 @@ var net = require('net');

stream.on('error', (function (err) {
if (err.code === 'ECONNREFUSED') {
if (err.code === 'ECONNREFUSED' || err.code === 'ENOENT') {
if (client) client.emit('refused');

@@ -75,0 +75,0 @@

{
"name" : "dnode",
"version" : "0.9.8",
"version" : "0.9.9",
"description" : "freestyle RPC",

@@ -5,0 +5,0 @@ "main" : "./index.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