Socket
Socket
Sign inDemoInstall

@analytics/localstorage-utils

Package Overview
Dependencies
2
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.3 to 0.1.4

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.1.4](https://github.com/DavidWells/analytics/tree/master/packages/analytics-util-localstorage/compare/@analytics/localstorage-utils@0.1.3...@analytics/localstorage-utils@0.1.4) (2021-07-26)
**Note:** Version bump only for package @analytics/localstorage-utils
## [0.1.3](https://github.com/DavidWells/analytics/tree/master/packages/analytics-util-localstorage/compare/@analytics/localstorage-utils@0.1.2...@analytics/localstorage-utils@0.1.3) (2021-07-20)

@@ -8,0 +16,0 @@

9

package.json
{
"name": "@analytics/localstorage-utils",
"version": "0.1.3",
"version": "0.1.4",
"description": "Tiny LocalStorage utility library",

@@ -21,2 +21,3 @@ "author": "David Wells",

"unpkg": "dist/analytics-util-localstorage.umd.js",
"sideEffects": false,
"scripts": {

@@ -28,5 +29,5 @@ "start": "npm run sync && concurrently 'npm:watch:dev' 'npm:copy' 'npm:serve'",

"watch": "microbundle watch",
"watch:dev": "microbundle watch --external none --no-compress",
"watch:dev": "microbundle watch --external none -f iife,umd -o dist/browser --no-compress",
"build": "microbundle",
"build:dev": "microbundle build --external none",
"build:dev": "microbundle build --external none -f iife,umd -o dist/browser",
"release:patch": "npm version patch && npm publish",

@@ -54,3 +55,3 @@ "release:minor": "npm version minor && npm publish",

},
"gitHead": "14801b882d61eb259537ec05ba9219991d978ce1"
"gitHead": "285f64dc43c4a332de48785c22a452dc6805f993"
}

@@ -9,3 +9,3 @@ <!--

[Tiny](https://bundlephobia.com/result?p=@analytics/localstorage-utils) localStorage utility library with fallbacks.
A tiny localStorage utility library with fallbacks in <!-- AUTO-GENERATED-CONTENT:START (pkgSize) -->`315 bytes`<!-- AUTO-GENERATED-CONTENT:END -->.

@@ -16,2 +16,4 @@ This module will automatically fail back to global window storage if `localStorage` is not available.

[See live demo](https://utils-localstorage.netlify.app/).
## How to install

@@ -18,0 +20,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc