New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.26 to 1.0.27

2

lib/web-storage-manager.js

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

exports.isDataEncoded = data => {
if (data.endsWith('==')) {
if (exports.decode(data)) {
return 1;

@@ -447,0 +447,0 @@ } else if (data.startsWith('{') && data.endsWith('}')) {

{
"name": "web-storage-manager",
"version": "1.0.26",
"version": "1.0.27",
"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