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.21 to 2.0.22

3

lib/cjs/register.js

@@ -20,3 +20,4 @@ "use strict";

try {
yield Promise.all(workerClosePromises);
const closeResults = yield Promise.all(workerClosePromises);
mobiletto_common_1.logger.info(`shutdownMobiletto: closeResults: ${closeResults}`);
}

@@ -23,0 +24,0 @@ catch (e) {

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

try {
yield Promise.all(workerClosePromises);
const closeResults = yield Promise.all(workerClosePromises);
logger.info(`shutdownMobiletto: closeResults: ${closeResults}`);
}

@@ -20,0 +21,0 @@ catch (e) {

{
"name": "mobiletto-base",
"version": "2.0.21",
"version": "2.0.22",
"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