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.3.0 to 1.3.1

2

anthttp.js

@@ -130,3 +130,3 @@ const http = require('http');

if (options.merge_data === undefined || options.merge_data !== false) {
res_data += data.toString(options.encoding);
get_data += data.toString(options.encoding);
}

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

{
"name": "ant-http",
"version": "1.3.0",
"version": "1.3.1",
"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