Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

dphelper

Package Overview
Dependencies
Maintainers
1
Versions
391
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dphelper - npm Package Compare versions

Comparing version
3.1.6
to
3.1.7
dphelper.umd.js.map

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