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

examples/testing/index.html

1

browser/index.js

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

sock.on('disconnect', function () {
client.emit('end');
self.emit('end');

@@ -45,0 +46,0 @@ });

4

package.json
{
"name" : "dnode",
"version" : "0.6.5",
"description" : "Execute remote callbacks with a JSON-based protocol. RMI for network sockets and socket.io too!",
"version" : "0.6.6",
"description" : "freestyle RPC like a boss",
"main" : "./index.js",

@@ -6,0 +6,0 @@ "keywords" : [

Sorry, the diff of this file is not supported yet

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