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.1.2 to 0.1.3

2

dist/storemanager.js

@@ -10,3 +10,3 @@ var u = Object.defineProperty;

getStorageMedium(e = !0) {
return e && typeof window.localStorage < "u" ? window.localStorage : e && typeof window.sessionStorage < "u" ? window.sessionStorage : null;
return e && typeof (window == null ? void 0 : window.localStorage) < "u" ? window.localStorage : typeof (window == null ? void 0 : window.sessionStorage) < "u" ? window.sessionStorage : null;
}

@@ -13,0 +13,0 @@ Has(e) {

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

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is not supported yet

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