Socket
Socket
Sign inDemoInstall

request

Package Overview
Dependencies
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

request - npm Package Compare versions

Comparing version 2.11.0 to 2.11.1

4

node_modules/form-data/package.json

@@ -20,4 +20,4 @@ {

"combined-stream": "0.0.3",
"mime": "1.2.2",
"async": "0.1.9"
"mime": "~1.2.2",
"async": "~0.1.9"
},

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

{ "name" : "request"
, "description" : "Simplified HTTP request client."
, "tags" : ["http", "simple", "util", "utility"]
, "version" : "2.11.0"
, "version" : "2.11.1"
, "author" : "Mikeal Rogers <mikeal.rogers@gmail.com>"

@@ -14,4 +14,5 @@ , "repository" :

, "main" : "./main"
, "dependencies": { "form-data":"~0.0.3", "mime":"~1.2.7" }
, "bundleDependencies": ["form-data", "mime"]
, "scripts": { "test": "node tests/run.js" }
}

@@ -53,4 +53,5 @@ // test that we can tunnel a https request over an http proxy

if (!ready) return setTimeout(F, 100)
request({ uri: 'https://registry.npmjs.org/request/'
request({ uri: 'https://registry.npmjs.org/'
, proxy: 'http://localhost:3128'
, strictSSL: true
, ca: ca

@@ -57,0 +58,0 @@ , json: true }, function (er, body) {

@@ -191,2 +191,3 @@ 'use strict';

var secureSocket = tls.connect(0, mergeOptions({}, self.options, {
servername: options.host,
socket: socket

@@ -193,0 +194,0 @@ }));

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