Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-ral

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-ral - npm Package Compare versions

Comparing version 0.18.0 to 0.18.1

5

lib/config/configUpdater.js

@@ -36,3 +36,6 @@ /**

if (!fs.existsSync(this.tmpPath)) {
fs.mkdirSync(this.tmpPath);
try {
fs.mkdirSync(this.tmpPath);
}
catch (e) {}
}

@@ -39,0 +42,0 @@ else {

12

package.json
{
"name": "node-ral",
"version": "0.18.0",
"version": "0.18.1",
"description": "a rpc client for node",

@@ -29,7 +29,7 @@ "main": "index.js",

"binary-search": "1.3.2",
"chai": "3.5.0",
"chai": "4.0.1",
"form-data": "0.2.0",
"https-proxy-agent": "1.0.0",
"iconv-lite": "0.4.15",
"performance-now": "2.0.0",
"performance-now": "2.1.0",
"protobufjs": "5.0.1",

@@ -40,6 +40,6 @@ "redis": "^2.6.2",

"urlencode": "1.1.0",
"yog-log": "0.1.2"
"yog-log": "0.1.3"
},
"devDependencies": {
"request": "2.79.0",
"request": "2.80.0",
"async": "2.0.1",

@@ -49,5 +49,5 @@ "combined-stream": "1.0.5",

"istanbul": "0.4.5",
"mocha": "3.1.2",
"mocha": "3.4.2",
"should": "11.1.1"
}
}

Sorry, the diff of this file is not supported yet

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