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.2 to 2.0.3

2

lib/cjs/types.d.ts

@@ -39,3 +39,3 @@ /// <reference types="node" />

export type MobilettoReadable = fs.ReadStream | Transform | Readable;
export type MobilettoGenerator = Generator<Buffer | string, void>;
export type MobilettoGenerator = Generator<Buffer | string, void> | Iterator<Buffer | string>;
export type MobilettoPatchable = {

@@ -42,0 +42,0 @@ [func: string]: any;

@@ -39,3 +39,3 @@ /// <reference types="node" />

export type MobilettoReadable = fs.ReadStream | Transform | Readable;
export type MobilettoGenerator = Generator<Buffer | string, void>;
export type MobilettoGenerator = Generator<Buffer | string, void> | Iterator<Buffer | string>;
export type MobilettoPatchable = {

@@ -42,0 +42,0 @@ [func: string]: any;

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