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

restjs-api

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

restjs-api - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

5

index.js
var request = require("request");
var configProperties = [
"qs", "body", "followRedirect",
"qs", "body", "json", "followRedirect",
"followAllRedirects", "maxRedirects", "encoding",
"timeout", "proxy", "jar", "auth", "oauth", "aws"
"timeout", "proxy", "jar", "auth", "oauth", "aws",
"strictSSL"
];

@@ -7,0 +8,0 @@

6

package.json
{
"name": "restjs-api",
"version": "0.1.6",
"version": "0.1.7",
"description": "Kidozen's connector to invoke REST services",

@@ -17,4 +17,4 @@ "main": "index.js",

"dependencies": {
"winston": "0.6.2",
"request":"2.12.0"
"request": "^2.47.0",
"winston": "^0.8.1"
},

@@ -21,0 +21,0 @@ "devDependencies": {

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