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.6.0 to 1.6.1

4

lib/XMLHttpRequest.js

@@ -400,3 +400,3 @@ /**

options.ciphers = opts.ciphers;
options.rejectUnauthorized = opts.rejectUnauthorized;
options.rejectUnauthorized = opts.rejectUnauthorized === false ? false : true;
}

@@ -446,3 +446,3 @@

newOptions.ciphers = opts.ciphers;
newOptions.rejectUnauthorized = opts.rejectUnauthorized;
newOptions.rejectUnauthorized = opts.rejectUnauthorized === false ? false : true;
}

@@ -449,0 +449,0 @@

{
"name": "xmlhttprequest-ssl",
"description": "XMLHttpRequest for Node",
"version": "1.6.0",
"version": "1.6.1",
"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