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

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 0.0.3 to 0.0.4

4

index.js

@@ -40,6 +40,6 @@ const RestClient = require('bblib/rest-client');

.map((v, k) => [k, v])
.filter(([k, v]) => v instanceof Boolean ? v : true)
.filter(([k, v]) => _.isBoolean(v) ? v : true)
.sortBy(([k]) => k)
.map(([k, v]) => {
if (v instanceof Boolean) {
if (_.isBoolean(v)) {
return encodeURIComponent(k);

@@ -46,0 +46,0 @@ }

{
"name": "oss-api",
"version": "0.0.3",
"version": "0.0.4",
"description": "simple aliyun oss api client, save you from the problematic SDK",

@@ -25,3 +25,3 @@ "main": "index.js",

"dependencies": {
"bblib": "1.1.1",
"bblib": "1.1.2",
"debug": "^3.1.0",

@@ -28,0 +28,0 @@ "mocha": "^5.2.0",

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