Socket
Socket
Sign inDemoInstall

web-local-storage

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

web-local-storage.js

4

package.json
{
"name": "web-local-storage",
"version": "0.1.1",
"version": "0.1.2",
"description": "Convenience class to work with localStorage. Implements the same interface as js-cookie.",
"main": "easy-local-storage.js",
"main": "web-local-storage.js",
"scripts": {

@@ -7,0 +7,0 @@ "test": "echo \"Error: no test specified\" && exit 1"

@@ -1,3 +0,3 @@

# easy-local-storage
easy-local-storage implements a convenience interface to access localStorage.
# web-local-storage
web-local-storage implements a convenience interface to access localStorage.

@@ -8,3 +8,3 @@ ## Installation

```
$ npm install easy-local-storage --save
$ npm install web-local-storage --save
```

@@ -14,3 +14,3 @@

```
$ yarn add easy-local-storage
$ yarn add web-local-storage
```

@@ -25,4 +25,4 @@

```
import EasyLocalStorage from "easy-local-storage";
const els = new EasyLocalStorage();
import WebLocalStorage from "web-local-storage";
const els = new WebLocalStorage();

@@ -29,0 +29,0 @@ // Set local storage

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