@expofp/config
Advanced tools
@@ -36,3 +36,3 @@ /** | ||
| export declare function parseFromStorage<S extends z.ZodType>(schema: S, storage: StorageLike, options?: StorageCodecOptions): z.infer<S>; | ||
| export declare function safeParseFromStorage<S extends z.ZodType>(schema: S, storage: StorageLike, options?: StorageCodecOptions): z.ZodSafeParseResult<z.core.output<S>>; | ||
| export declare function safeParseFromStorage<S extends z.ZodType>(schema: S, storage: StorageLike, options?: StorageCodecOptions): z.ZodSafeParseResult<z.TypeOf<S>>; | ||
| export declare function writeToStorage(value: object, storage: StorageLike, options?: StorageCodecOptions): void; | ||
@@ -39,0 +39,0 @@ /** Remove every key this schema owns (its prefixed keys) from the store. */ |
@@ -30,3 +30,3 @@ /** | ||
| export declare function parseFromUrl<S extends z.ZodType>(schema: S, input: string | URL): z.infer<S>; | ||
| export declare function safeParseFromUrl<S extends z.ZodType>(schema: S, input: string | URL): z.ZodSafeParseResult<z.core.output<S>>; | ||
| export declare function safeParseFromUrl<S extends z.ZodType>(schema: S, input: string | URL): z.ZodSafeParseResult<z.TypeOf<S>>; | ||
| /** | ||
@@ -33,0 +33,0 @@ * Like `parseFromUrl`, but drops the query keys that fail validation instead |
+4
-4
| { | ||
| "name": "@expofp/config", | ||
| "version": "3.13.1", | ||
| "version": "3.13.2", | ||
| "type": "module", | ||
@@ -32,6 +32,6 @@ "description": "ExpoFP SDK internal: config layer and schemas", | ||
| "zod": "4.3.5", | ||
| "@expofp/resolve": "3.13.1", | ||
| "@expofp/schema": "3.13.1", | ||
| "@expofp/utils": "3.13.1" | ||
| "@expofp/resolve": "3.13.2", | ||
| "@expofp/utils": "3.13.2", | ||
| "@expofp/schema": "3.13.2" | ||
| } | ||
| } |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
122909
-0.01%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated
Updated
Updated