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

@aliyun-obv/api

Package Overview
Dependencies
Maintainers
2
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aliyun-obv/api - npm Package Compare versions

Comparing version 0.0.28 to 0.0.29

4

dist/api.es.js

@@ -86,4 +86,6 @@ import _ from 'lodash';

return __async$1(this, arguments, function* (api, config = {}, options = {}) {
var _a;
const contentType = ((_a = options == null ? void 0 : options.headers) == null ? void 0 : _a["Content-Type"]) || "application/x-www-form-urlencoded";
const fetchInit = _.merge({}, this.defaults.postDefaultInit, {
body: getPostParam(config)
body: contentType.includes("application/json") ? JSON.stringify(config) : getPostParam(config)
});

@@ -90,0 +92,0 @@ const res = yield this.callFetch(api, fetchInit, options);

@@ -14,3 +14,3 @@ {

"devDependencies": {},
"version": "0.0.28"
"version": "0.0.29"
}
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