Socket
Socket
Sign inDemoInstall

xmlhttprequest-ssl

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xmlhttprequest-ssl - npm Package Compare versions

Comparing version 1.5.4 to 1.5.5

7

lib/XMLHttpRequest.js

@@ -40,2 +40,4 @@ /**

opts = opts || {};
/**

@@ -382,6 +384,3 @@ * Private variables

var agent = false;
if (opts && opts.agent) {
agent = opts.agent;
}
var agent = opts.agent || false;
var options = {

@@ -388,0 +387,0 @@ host: host,

{
"name": "xmlhttprequest-ssl",
"description": "XMLHttpRequest for Node",
"version": "1.5.4",
"version": "1.5.5",
"author": {

@@ -6,0 +6,0 @@ "name": "Michael de Wit"

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