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

@availity/localstorage-core

Package Overview
Dependencies
Maintainers
8
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@availity/localstorage-core - npm Package Compare versions

Comparing version 2.5.0 to 2.5.1-alpha.454

CHANGELOG.md

5

package.json
{
"name": "@availity/localstorage-core",
"version": "2.5.0",
"version": "2.5.1-alpha.454+2255d11",
"description": "Wraps localStorage with utility functions",

@@ -16,3 +16,4 @@ "keywords": [

"access": "public"
}
},
"gitHead": "2255d115555d91ec7e6ec787844590d288034976"
}

4

src/index.js

@@ -8,3 +8,3 @@ class AvLocalStorage {

output = JSON.parse(value);
} catch (e) {
} catch (error) {
output = value;

@@ -41,2 +41,4 @@ }

}
return undefined;
}

@@ -43,0 +45,0 @@

@@ -1,2 +0,2 @@

import AvLocalStorage from '../';
import AvLocalStorage from '..';

@@ -3,0 +3,0 @@ let avLocalStorage;

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