Sorry, the diff of this file is too big to display
+2
-2
| { | ||
| "name": "dphelper", | ||
| "version": "3.1.6", | ||
| "version": "3.1.7", | ||
| "type": "module", | ||
@@ -107,2 +107,2 @@ "main": "index.js", | ||
| } | ||
| } | ||
| } |
@@ -12,2 +12,6 @@ interface SecurityTool { | ||
| SHA256_Hex: (passKey: string) => string | ||
| ulid: () => string | ||
| fingerprint: () => string | ||
| saveEncrypted: (key: string, value: string, secret: string) => void | ||
| getEncrypted: (key: string, secret: string) => string | null | ||
| } |
@@ -7,5 +7,5 @@ interface SyncTool { | ||
| /** | ||
| * Create a Proxy object linked to localStorage for auto-sync. | ||
| * Create a Proxy object linked to localStorage for auto-sync with optional encryption. | ||
| */ | ||
| storageProxy: <T extends object>(key: string, initialValue: T) => T | ||
| storageProxy: <T extends object>(key: string, initialValue: T, secret?: string) => T | ||
| /** | ||
@@ -12,0 +12,0 @@ * Low-latency cross-tab event bus. |
@@ -384,2 +384,6 @@ /*! | ||
| SHA256_Hex: (passKey: string) => string | ||
| ulid: () => string | ||
| fingerprint: () => string | ||
| saveEncrypted: (key: string, value: string, secret: string) => void | ||
| getEncrypted: (key: string, secret: string) => string | null | ||
| } | ||
@@ -440,5 +444,5 @@ | ||
| /** | ||
| * Create a Proxy object linked to localStorage for auto-sync. | ||
| * Create a Proxy object linked to localStorage for auto-sync with optional encryption. | ||
| */ | ||
| storageProxy: <T extends object>(key: string, initialValue: T) => T | ||
| storageProxy: <T extends object>(key: string, initialValue: T, secret?: string) => T | ||
| /** | ||
@@ -445,0 +449,0 @@ * Low-latency cross-tab event bus. |
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.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
1553375
272.54%110
0.92%17005
517.47%1
-50%55
22.22%24
33.33%