
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
web-local-storage
Advanced tools
Convenience class to work with localStorage. Implements the same interface as js-cookie.
web-local-storage implements a convenience interface to access localStorage.
$ npm install web-local-storage --save
$ yarn add web-local-storage
It implements the same interface as js-cookie for interoperability.
import WebLocalStorage from "web-local-storage";
const els = new WebLocalStorage();
// Set local storage
els.set("user", {userName: "test", token: "some token here"}, { expires: 30 });
// Retrieve
const user = els.get("user");
// Clear
els.remove("user");
FAQs
Convenience class to work with localStorage. Implements the same interface as js-cookie.
The npm package web-local-storage receives a total of 1 weekly downloads. As such, web-local-storage popularity was classified as not popular.
We found that web-local-storage 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
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.