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.1 to 0.6.2

6

lib/stream_socketio.js

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

var dnodeSrc = 'var DNode = (function () {'
+ browserify.bundle(
JSON.parse(
fs.readFileSync(__dirname + '/../package.json', 'utf8')
).browserify
)
+ browserify.bundle({ require : 'dnode' })
+ '; return require("dnode") })()'

@@ -14,0 +10,0 @@ ;

4

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

@@ -26,3 +26,3 @@ "main" : "./index.js",

"traverse" : ">=0.3.1",
"browserify" : ">=0.2.6",
"browserify" : ">=0.2.8",
"dnode-protocol" : ">=0.0.5"

@@ -29,0 +29,0 @@ },

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