Socket
Socket
Sign inDemoInstall

dnode

Package Overview
Dependencies
Maintainers
0
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.5.6 to 0.5.7

examples/https/certificate.pem

9

lib/dnode.js

@@ -40,2 +40,7 @@ var net = require('net');

}
else if (!stream) {
self.emit('error', new Error(
'No port specified and no stream provided.'
));
}

@@ -140,3 +145,5 @@ var conn = self.withStream(stream, params, params.block);

else {
throw new Error('Not sure how to fire up this listener');
self.emit('error', new Error(
'Not sure how to fire up this listener'
));
}

@@ -143,0 +150,0 @@

2

package.json
{
"name" : "dnode",
"version" : "0.5.6",
"version" : "0.5.7",
"description" : "Call remote methods and callbacks with a JSON-based protocol. RMI for network sockets and the browser too!",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc