Socket
Socket
Sign inDemoInstall

dnode

Package Overview
Dependencies
Maintainers
1
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.9.4 to 0.9.5

8

index.js

@@ -37,3 +37,9 @@ var net = require('net');

if (params.key) {
var options = { key: params.key, cert: params.cert };
var options = {
key: params.key,
cert: params.cert,
ca: params.ca,
requestCert: params.requestCert,
rejectUnauthorized: params.rejectUnauthorized
};
stream = tls.connect(params.port, params.host, options, function() {

@@ -40,0 +46,0 @@ attachDnode();

2

package.json
{
"name" : "dnode",
"version" : "0.9.4",
"version" : "0.9.5",
"description" : "freestyle RPC",

@@ -5,0 +5,0 @@ "main" : "./index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc