New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0.31 to 0.0.32

10

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

@@ -8,5 +8,5 @@ "main": "index.js",

"pub": "npm publish --registry=http://registry.npmjs.org",
"test": "mocha --reporter dot --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks --slow 0 test/"
"test": "mocha -t 10000 --reporter dot --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot -t 10000 --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks -t 10000 --slow 0 test/"
},

@@ -34,3 +34,3 @@ "repository": {

"request": "2.40.0",
"soap": "^0.6.1",
"soap": "0.8.0",
"underscore": "1.6.0",

@@ -37,0 +37,0 @@ "urlencode": "0.2.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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc