🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

async-get-set-store

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
a

async-get-set-store

Async get/set/unset API for one object using localStorage

1.0.2
latest
90

Supply Chain Security

100

Vulnerability

100

Quality

100

Maintenance

100

License

Version published
Weekly downloads
862
-7.01%
Maintainers
1
Weekly downloads
 
Created
Issues
0

async-get-set-store

async get/set/unset API for one object using localStorage

Build Status Coverage Status Dependency Status devDependency Status

Usage

const LocalStorageStore = require('async-get-set-store')
const store = new LocalStorageStore('cache')

// load state
store.cache.get().then(function (state) {})
// set state
store.cache.set({username: 'pat'}).then(function () {})
// clear state
store.cache.unset().then(function () {})

License

Apache 2.0

FAQs

Package last updated on 19 Dec 2016

Did you know?

Socket

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.

Install

Related posts