Socket
Socket
Sign inDemoInstall

advancedrequest

Package Overview
Dependencies
47
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.10 to 1.0.11

3

index.js

@@ -79,3 +79,4 @@

var pieces = fullHeader.split(': ');
this.requestHeaders[pieces[0]] = pieces[1]; // Could do .toLowerCase() on pieces[0]
// .pop to pull off the first instance of ': ' because ': ' could occur later in the header
this.requestHeaders[pieces.shift()] = pieces.join(': '); // Could do .toLowerCase() on pieces.shift()
}

@@ -82,0 +83,0 @@

{
"name": "advancedrequest",
"private": false,
"version": "1.0.10",
"version": "1.0.11",
"description": "ES6 JS class for intervaled requests with retries and timeouts",

@@ -6,0 +6,0 @@ "keywords": ["advancedrequest", "advanced request", "http", "request",

@@ -104,2 +104,2 @@ # advancedrequest

## Credits
http://c-cfalcon.rhcloud.com
http://x64projects.tk/
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc