
Security News
Frontier AI Is Now Critical Infrastructure
The Fable shutdown shows how quickly model access can become a business continuity risk for AI-dependent engineering teams.
veams-utility-storage
Advanced tools
Offers a simple API for storing Javascript objects in HTML5 web storage using distinct namespaces.
This utility offers a simple API for storing Javascript objects in HTML5 web storage using distinct namespaces
Veams >= v5.0.0 - Veams Frameworkveams install vu storage
Just initialize on demand like this:
let myStorage = new Storage({
type: 'permanent', // or 'session'
name: 'someName' // custom namespace (e.g. from module)
});
/**
* Constructor
*
* @param {Object} opts - options which will be passed as object
* @param {String} opts.type - storage type ('permanent' || 'session')
* @param {String} opts.name - namespace in which items will be saved
*/
Number} - item count/**
* Set item
*
* @param {String} name - item name
* @param {Object} obj - object to save
*/
/**
* Get item by name
*
* @param {String} name - item name
* @return {Object} - object retrieved by item name
*/
/**
* Get all items
*
* @public
*
* @return {Object} - object containing all items
*/
/**
* Remove item by name
*
* @param {String} name - item name
*/
/**
* Clear all items
*/
FAQs
Offers a simple API for storing Javascript objects in HTML5 web storage using distinct namespaces.
The npm package veams-utility-storage receives a total of 6 weekly downloads. As such, veams-utility-storage popularity was classified as not popular.
We found that veams-utility-storage demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
The Fable shutdown shows how quickly model access can become a business continuity risk for AI-dependent engineering teams.

Security News
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.