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

4

anthttp.js

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

if (options.toStream !== undefined) {
options.toStream.write(data, {encoding : options.encoding});
options.toStream.write(Buffer.from(data, 'binary'));
}

@@ -204,3 +204,3 @@

if (options.toStream !== undefined) {
options.toStream.write(data, {encoding : options.encoding});
options.toStream.write(Buffer.from(data, 'binary'));
}

@@ -207,0 +207,0 @@

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