
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
localstoragex
Advanced tools
A localStorage polyfill for Cordova, Safari and Chrome - that just works
LocalStorageX is a polyfill for the W3C localStorage API backed by a more reliable storage mechanism.
For one, It resolves the painful behaviour of iOS WKWebView that deletes localStorage data, without warning, and as it sees fit - making implementations using the standard localStorage API break.
At its foundation it uses the localForage project (https://github.com/localForage/localForage)
npm i localstoragex
LocalStorageX exports a singleton (static) class. Thus no instantiation is required.
import { storage } from "LocalStorageX";
...
await storage.init();
window.localStorage.override(); //true
...
npm run build
npm run link
npm run test
Submit a PR or log an issue
FAQs
A localStorage polyfill for Cordova, Safari and Chrome - that just works
The npm package localstoragex receives a total of 7 weekly downloads. As such, localstoragex popularity was classified as not popular.
We found that localstoragex 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.