New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-rest-client

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-rest-client - npm Package Compare versions

Comparing version 0.8.2 to 0.8.3

3

lib/node-rest-client.js

@@ -214,2 +214,5 @@ var http = require('http'),

completeURL = url.concat(Util.encodeQueryFromArgs(args.parameters));
//delete args parameters we don't need it anymore in registered
// method invocation
delete args.parameters;
}

@@ -216,0 +219,0 @@ }

2

package.json

@@ -5,3 +5,3 @@ {

"description": "node API REST client",
"version": "0.8.2",
"version": "0.8.3",
"repository": {

@@ -8,0 +8,0 @@ "type":"git",

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