New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mobiletto-common

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobiletto-common - npm Package Compare versions

Comparing version 2.0.13 to 2.0.14

3

lib/cjs/types.d.ts

@@ -63,6 +63,7 @@ /// <reference types="node" />

export type MobilettoConflictFunction = (m: MobilettoMinimalClient, s: string) => boolean;
export type MobilettoFeatureFlagName = "list_tryMetaIfEmpty";
export type MobilettoFeatureFlags = {
list_tryMetaIfEmpty?: boolean;
[func: string]: boolean | undefined;
};
export type MobilettoFeatureFlagName = "list_tryMetaIfEmpty";
export type MobilettoMinimalClient = MobilettoPatchable & {

@@ -69,0 +70,0 @@ testConfig: () => unknown;

@@ -63,6 +63,7 @@ /// <reference types="node" />

export type MobilettoConflictFunction = (m: MobilettoMinimalClient, s: string) => boolean;
export type MobilettoFeatureFlagName = "list_tryMetaIfEmpty";
export type MobilettoFeatureFlags = {
list_tryMetaIfEmpty?: boolean;
[func: string]: boolean | undefined;
};
export type MobilettoFeatureFlagName = "list_tryMetaIfEmpty";
export type MobilettoMinimalClient = MobilettoPatchable & {

@@ -69,0 +70,0 @@ testConfig: () => unknown;

{
"name": "mobiletto-common",
"version": "2.0.13",
"version": "2.0.14",
"type": "module",

@@ -5,0 +5,0 @@ "description": "Common constants and functions used by mobiletto and mobiletto storage drivers",

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