Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wezz/store-manager

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wezz/store-manager - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

2

build/index.js
/*!
*
* @wezz/store-manager v0.0.10
* @wezz/store-manager v0.0.11
* https://github.com/wezz/StoreManager

@@ -5,0 +5,0 @@ *

{
"name": "@wezz/store-manager",
"version": "0.0.10",
"version": "0.0.11",
"description": "A script to manage local and session storage",

@@ -5,0 +5,0 @@ "main": "build/index.js",

@@ -16,5 +16,5 @@ # Store Manager

// Save to localStorage
storeManager.Set('keyname', {'jsondatakey': 'jsondatavalue}, true);
storeManager.Set('keyname', {'jsondatakey': 'jsondatavalue'}, true);
// Save to sessionStorage
storeManager.Set('keyname', {'jsondatakey': 'jsondatavalue});
storeManager.Set('keyname', {'jsondatakey': 'jsondatavalue'});
storeManager.Get('keyname');

@@ -21,0 +21,0 @@ ```

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc