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

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.2 to 0.9.3

testling/index.html

5

index.js

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

this.stack = [];
this.streams = [];
return this;

@@ -56,3 +57,3 @@ }

else {
attachDnode();
attachDnode();
}

@@ -98,3 +99,2 @@

function attachDnode() {
client = createClient(self.proto, stream);

@@ -129,2 +129,3 @@

this.streams.push(stream);
return this;

@@ -131,0 +132,0 @@ };

2

package.json
{
"name" : "dnode",
"version" : "0.9.2",
"version" : "0.9.3",
"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