Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@azteam/http-client

Package Overview
Dependencies
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azteam/http-client - npm Package Compare versions

Comparing version 1.0.70 to 1.0.71

8

lib/index.js

@@ -141,3 +141,3 @@ "use strict";

put(url, datastringify = true) {
put(url, data, stringify = true) {
return this._requestAPI(url, 'put', data, stringify);

@@ -156,3 +156,4 @@ }

responseType: 'stream',
url: encodeURI(url)
url // url: encodeURI(url),
};

@@ -184,4 +185,3 @@

_requestAPI(url, method = 'get', body = null, stringify = true) {
url = encodeURI(url);
// url = encodeURI(url);
if (method === 'get') {

@@ -188,0 +188,0 @@ body && (url += '?' + _querystring.default.stringify(body));

{
"name": "@azteam/http-client",
"version": "1.0.70",
"version": "1.0.71",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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