New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

youzanyun-open-sdk

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

youzanyun-open-sdk - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

11

lib/http-client/index.js

@@ -26,2 +26,7 @@ const https = require('https');

this.rejectUnauthorized = rejectUnauthorized;
if (!rejectUnauthorized) {
this.httpsAgent = new https.Agent({
rejectUnauthorized: false
});
}
}

@@ -65,6 +70,4 @@

_doRequest(config) {
if (!this.rejectUnauthorized) {
config.httpsAgent = new https.Agent({
rejectUnauthorized: false
});
if (this.httpsAgent) {
config.httpsAgent = this.httpsAgent;
}

@@ -71,0 +74,0 @@ let res = axios.request(config);

{
"name": "youzanyun-open-sdk",
"version": "1.1.1",
"version": "1.1.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "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