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.6.3 to 0.6.4

1

browser/index.js

@@ -27,2 +27,3 @@ var protocol = require('dnode-protocol');

if (!params.port) params.port = parseInt(window.location.port, 10);
if (isNan(params.port)) delete params.port;
var sock = client.socketio = new io.Socket(

@@ -29,0 +30,0 @@ params.host || window.location.hostname,

2

package.json
{
"name" : "dnode",
"version" : "0.6.3",
"version" : "0.6.4",
"description" : "Execute remote callbacks with a JSON-based protocol. RMI for network sockets and socket.io too!",

@@ -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