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.1 to 1.6.2

2

lib/XMLHttpRequest.js

@@ -531,3 +531,3 @@ /**

+ "});"
+ (data ? "req.write('" + data.replace(/'/g, "\\'") + "');":"")
+ (data ? "req.write('" + JSON.stringify(data).slice(1,-1).replace(/'/g, "\\'") + "');":"")
+ "req.end();";

@@ -534,0 +534,0 @@ // Start the other Node Process, executing this string

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