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

web-storage-manager

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web-storage-manager - npm Package Compare versions

Comparing version 1.0.15 to 1.0.16

4

lib/web-storage-manager.js

@@ -179,3 +179,3 @@ require("core-js/modules/es7.symbol.async-iterator");

let tmpCollection = {};
childKeys.map(k => k.trim()); // iterate through with child keys
childKeys = childKeys.map(k => k.trim()); // iterate through with child keys

@@ -272,3 +272,3 @@ for (const _ref of childKeys.entries()) {

let tmpCollection = {};
childKeys.map(k => k.trim()); // iterate through with child keys
childKeys = childKeys.map(k => k.trim()); // iterate through with child keys

@@ -275,0 +275,0 @@ for (const _ref5 of childKeys.entries()) {

{
"name": "web-storage-manager",
"version": "1.0.15",
"version": "1.0.16",
"description": "Web utility storage manager to handle save, update and data purge",

@@ -5,0 +5,0 @@ "main": "lib/web-storage-manager.js",

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