Socket
Socket
Sign inDemoInstall

follow-redirects

Package Overview
Dependencies
Maintainers
3
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

follow-redirects - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

2

index.js

@@ -109,3 +109,3 @@ var url = require("url");

Object.defineProperty(RedirectableRequest.prototype, property, {
get() { return this._currentRequest[property]; },
get: function () { return this._currentRequest[property]; },
});

@@ -112,0 +112,0 @@ });

{
"name": "follow-redirects",
"version": "1.4.0",
"version": "1.4.1",
"description": "HTTP and HTTPS modules that follow redirects.",

@@ -50,9 +50,9 @@ "main": "index.js",

"devDependencies": {
"bluebird": "^3.4.0",
"concat-stream": "^1.5.2",
"bluebird": "^3.5.1",
"concat-stream": "^1.6.0",
"coveralls": "^3.0.0",
"eslint": "^4.14.0",
"express": "^4.13.0",
"mocha": "^4.0.1",
"nyc": "^11.3.0"
"eslint": "^4.16.0",
"express": "^4.16.2",
"mocha": "^5.0.0",
"nyc": "^11.4.1"
},

@@ -59,0 +59,0 @@ "license": "MIT",

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