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.5 to 0.9.6

3

lib/stream_socketio.js

@@ -96,4 +96,3 @@ var EventEmitter = require('events').EventEmitter;

stream.write = client.send.bind(client);
stream.end = stream.destroy
= client.disconnect.bind(client.disconnect);
stream.end = stream.destroy = client.disconnect.bind(client);

@@ -100,0 +99,0 @@ client.on('message', stream.emit.bind(stream, 'data'));

{
"name" : "dnode",
"version" : "0.9.5",
"version" : "0.9.6",
"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