Socket
Socket
Sign inDemoInstall

ant-http

Package Overview
Dependencies
0
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2 to 1.1.3

6

anthttp.js

@@ -264,2 +264,5 @@ const http = require('http');

if (formData.length > 0) {
http_request.write(formData);
}
http_request.write(payload);

@@ -270,5 +273,2 @@

fstream.on('end', () => {
if (formData.length > 0) {
http_request.write(formData);
}
http_request.end(end_data);

@@ -275,0 +275,0 @@ });

{
"name": "ant-http",
"version": "1.1.2",
"version": "1.1.3",
"description": "simple http/https request lib",

@@ -5,0 +5,0 @@ "main": "anthttp.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc