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

cabinet-storage

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cabinet-storage - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

package.json
{
"name": "cabinet-storage",
"description": "A simple interface for accessing local and session storage",
"version": "0.0.4",
"version": "0.0.5",
"main": "dist/main.js",

@@ -6,0 +6,0 @@ "files": [

@@ -24,7 +24,7 @@ # cabinet.js

# run dev build
npm run dev
# run demo build
npm run demo
```
Once that's running, open `/examples/dist/index.html` in your browser.
Interact with the module from `/examples/src/index.js`. You can log output to the console or render output to the examples index page.
Next, open `/demo/dist/index.html` in your browser.
Interact with the module from `/demo/src/demo.js`. You can log output to the console or render output to the examples index page.

@@ -35,2 +35,2 @@ #### Production Build

```
production build is output to `/dist/cabinet.js`
production build is output to `/dist/main.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