New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.11 to 2.0.12

7

lib/cjs/functions.js

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

}
throw cached;
else if (cached instanceof Error) {
throw cached;
}
else {
mobiletto_common_1.logger.warn(`list(${path}): unrecognized cached value (${cached})`);
}
}

@@ -49,0 +54,0 @@ const recursive = opts && opts.recursive ? opts.recursive : false;

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

}
throw cached;
else if (cached instanceof Error) {
throw cached;
}
else {
logger.warn(`list(${path}): unrecognized cached value (${cached})`);
}
}

@@ -43,0 +48,0 @@ const recursive = opts && opts.recursive ? opts.recursive : false;

2

package.json
{
"name": "mobiletto-base",
"version": "2.0.11",
"version": "2.0.12",
"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