
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
browser-localstorage-expire
Advanced tools
npm i -S browser-localstorage-expire
yarn add browser-localstorage-expire
module for manage cache from localstorage with expiration
Returns:
methods getItem and saveItem
const localCache = browserLocalstorage();
function for get data in localstorage
Kind: inner method of browserLocalstorage
Returns:
data from localstorage
Param | Type | Description |
---|---|---|
name | string | name key for localstorage |
Example
const localCache = browserLocalstorage();
localCache.localGetItem('data')
function for save data in localstorage
Kind: inner method of browserLocalstorage
Returns:
void
Param | Type | Default | Description |
---|---|---|---|
name | string | name key for localstorage | |
value | * | data to save in localstorage | |
[expiry] | number | 5 | time of expiration in minutes |
Example
const localCache = browserLocalstorage();
localCache.setItem('data', [{ country: 2 }], 5);
[1.8.1] - 2022-10-16
FAQs
package for manage localstorage browser
The npm package browser-localstorage-expire receives a total of 27 weekly downloads. As such, browser-localstorage-expire popularity was classified as not popular.
We found that browser-localstorage-expire demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.