New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

client-side-storage

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

client-side-storage - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

dist/Storage.localStorage.js

2

dist/storage-methods.js

@@ -8,2 +8,2 @@ 'use strict';

module.exports = StorageAPI;
module.exports = StorageAPI;
{
"name": "client-side-storage",
"version": "1.1.1",
"version": "1.1.2",
"description": "Simple, extensible, client-side key/value pair storage for winners, like you.",

@@ -8,3 +8,3 @@ "main": "dist/storage-methods.js",

"prebuild": "rm -rf dist && mkdir dist",
"build": "babel src/storage-methods.js -o dist/storage-methods.js",
"build": "babel src --out-dir dist",
"commit": "./node_modules/commitizen/bin/git-cz",

@@ -11,0 +11,0 @@ "start": "npm run test",

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