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.7.3 to 0.7.4

4

lib/stream_socketio.js

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

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

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

{
"name" : "dnode",
"version" : "0.7.3",
"version" : "0.7.4",
"description" : "freestyle RPC",

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