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.8 to 0.5.9

3

lib/dnode.js

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

var http = require('http');
var https = require('https');
var io = require('socket.io');

@@ -112,3 +113,3 @@

}
else if (server instanceof http.Server) {
else if (server instanceof http.Server || server instanceof https.Server) {
// http server to proxy socketIO connections with

@@ -115,0 +116,0 @@ // this way works with both connect and express

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

@@ -31,4 +31,6 @@ "main" : "./lib/dnode.js",

},
"engine" : ["node >=0.2.0"],
"engine" : {
"node" : ">=0.4.0"
},
"author": "James Halliday <mail@substack.net> (http://substack.net/)"
}
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