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

mobiletto-base

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobiletto-base - npm Package Compare versions

Comparing version 2.0.26 to 2.0.27

7

lib/cjs/functions.js

@@ -75,8 +75,3 @@ "use strict";

if (singleFileMeta) {
if (recursive && singleFileMeta.type === mobiletto_common_1.M_DIR) {
results.push(...(yield client.list(singleFileMeta.name, opts)));
}
else {
results.push(singleFileMeta);
}
results.push(singleFileMeta);
}

@@ -83,0 +78,0 @@ }

@@ -68,8 +68,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

if (singleFileMeta) {
if (recursive && singleFileMeta.type === M_DIR) {
results.push(...(yield client.list(singleFileMeta.name, opts)));
}
else {
results.push(singleFileMeta);
}
results.push(singleFileMeta);
}

@@ -76,0 +71,0 @@ }

2

package.json
{
"name": "mobiletto-base",
"version": "2.0.26",
"version": "2.0.27",
"type": "module",

@@ -5,0 +5,0 @@ "description": "A storage layer that presents a uniform interface to Amazon S3, Backblaze B2, local and other storage systems.",

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