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.4 to 1.3.5

4

anthttp.js

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

data : Object if method == POST,
target : FILE_PATH
target : FILE_PATH,
headers : {}
*/

@@ -392,2 +393,3 @@ this.downStream = function(url, options, callback) {

return this.post(url, {
headers : options.headers,
encoding : 'binary',

@@ -394,0 +396,0 @@ data : options.data,

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