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

acs-apiclient

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

acs-apiclient - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

3

lib/oauth.js

@@ -351,3 +351,4 @@ /**

headers: headers,
jar: typeof jar != 'undefined' ? jar : null
jar: typeof jar != 'undefined' ? jar : null,
pool: false
};

@@ -354,0 +355,0 @@

@@ -39,3 +39,3 @@ var request = require('request'),

request.post(host + path, {form: data, jar: typeof(j) == "undefined" ? false : j},
request.post(host + path, {form: data, pool: false, jar: typeof(j) == "undefined" ? false : j},
function (error, response, body) {

@@ -110,6 +110,8 @@ if (errorcallback && error) {

path: path,
keepAlive: false,
method: "GET",
headers: {
Cookie: j
}
},
agent: false
};

@@ -116,0 +118,0 @@

{
"name": "acs-apiclient",
"version": "0.1.2",
"version": "0.1.3",
"description": "Node helper library for connecting to the Answers Cloud Services (ForeSee in particular) web API in a headless manner.",

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

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