@ismartify/reactive
Advanced tools
+2
-3
@@ -5,4 +5,2 @@ export { default as get } from 'lodash/get.js'; | ||
| declare function isReactive(value: unknown): boolean; | ||
| declare class ISmartifyReactive { | ||
@@ -14,2 +12,3 @@ #private; | ||
| set: <T = any>(key: string, value: T) => this; | ||
| merge: <T = any>(value: T) => this; | ||
| pick: (pattern: string | string[]) => Record<string, any>; | ||
@@ -22,2 +21,2 @@ tap(fn?: (store: Record<string, any>) => void): this; | ||
| export { ISmartifyReactive, ISmartifyReactive as default, isReactive }; | ||
| export { ISmartifyReactive, ISmartifyReactive as default }; |
+2
-3
@@ -5,4 +5,2 @@ export { default as get } from 'lodash/get.js'; | ||
| declare function isReactive(value: unknown): boolean; | ||
| declare class ISmartifyReactive { | ||
@@ -14,2 +12,3 @@ #private; | ||
| set: <T = any>(key: string, value: T) => this; | ||
| merge: <T = any>(value: T) => this; | ||
| pick: (pattern: string | string[]) => Record<string, any>; | ||
@@ -22,2 +21,2 @@ tap(fn?: (store: Record<string, any>) => void): this; | ||
| export { ISmartifyReactive, ISmartifyReactive as default, isReactive }; | ||
| export { ISmartifyReactive, ISmartifyReactive as default }; |
+1
-1
| { | ||
| "name": "@ismartify/reactive", | ||
| "version": "1.0.5", | ||
| "version": "1.0.6", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
161950
656.14%597
2032.14%10
400%1
Infinity%