Socket
Socket
Sign inDemoInstall

oss-api

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oss-api - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

index.js

@@ -30,3 +30,7 @@ const RestClient = require('bblib/rest-client');

super(_.defaultsDeep(rest, {defaults: {baseUrl: endPoint}}));
let baseUrl = endPoint;
if (bucketName) {
baseUrl = path.join(endPoint, bucketName);
}
super(_.defaultsDeep(rest, {defaults: {baseUrl}}));

@@ -33,0 +37,0 @@ this.opts = opts;

2

package.json
{
"name": "oss-api",
"version": "1.0.1",
"version": "1.0.2",
"description": "simple aliyun oss api client, save you from the problematic SDK",

@@ -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