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

@aliyun-obv/api

Package Overview
Dependencies
Maintainers
2
Versions
148
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.29 to 0.0.30

8

dist/api.es.js

@@ -64,9 +64,9 @@ import _ from 'lodash';

let headers = init == null ? void 0 : init.headers;
if (options.headers) {
headers = Object.assign({}, init == null ? void 0 : init.headers, options.headers);
}
if (this.fetchApi != null) {
if (options.headers) {
headers = Object.assign({}, init == null ? void 0 : init.headers, options.headers);
}
return this.fetchApi(api, Object.assign({}, init, { headers }), options);
}
return fetch(api, init);
return fetch(api, Object.assign({}, init, { headers }));
});

@@ -73,0 +73,0 @@ }

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

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