Socket
Socket
Sign inDemoInstall

request

Package Overview
Dependencies
0
Maintainers
0
Versions
126
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.9.1 to 1.9.2

._main.js

2

._package.json

@@ -1,4 +0,4 @@

Mac OS X  2��ATTRZT���#�#com.macromates.caret{
Mac OS X  2��ATTRZd���#�#com.macromates.caret{
column = 23;
line = 11;
}

@@ -1,4 +0,4 @@

Mac OS X  2��ATTRZT���"�"com.macromates.caret{
Mac OS X  2��ATTRZd���"�"com.macromates.caret{
column = 6;
line = 43;
}

@@ -31,2 +31,19 @@ // Copyright 2010-2011 Mikeal Rogers

// Hacky fix for pre-0.4.4 https
if (https && !https.Agent) {
https.Agent = function (options) {
http.Agent.call(this, options);
}
util.inherits(https.Agent, http.Agent);
https.Agent.prototype._getConnection = function(host, port, cb) {
var s = tls.connect(port, host, this.options, function() {
// do other checks here?
if (cb) cb();
});
return s;
};
}
var isUrl = /^https?:/;

@@ -33,0 +50,0 @@

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

@@ -6,0 +6,0 @@ , "repository" :

@@ -1,4 +0,4 @@

Mac OS X  2��ATTRZT���!�!com.macromates.caret{
Mac OS X  2��ATTRZd���!�!com.macromates.caret{
column = 3;
line = 4;
}

@@ -1,4 +0,4 @@

Mac OS X  2��ATTRZT���#�#com.macromates.caret{
Mac OS X  2��ATTRZd���#�#com.macromates.caret{
column = 33;
line = 27;
}

@@ -1,4 +0,4 @@

Mac OS X  2��ATTRZT���"�"com.macromates.caret{
Mac OS X  2��ATTRZd���"�"com.macromates.caret{
column = 0;
line = 11;
}

@@ -1,4 +0,4 @@

Mac OS X  2��ATTRZT���#�#com.macromates.caret{
Mac OS X  2��ATTRZd���#�#com.macromates.caret{
column = 34;
line = 13;
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc