New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.3.2 to 0.4.0

2

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

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

@@ -131,4 +131,7 @@ # cabinet.js

```js
// returns true if the item was successfully removed
Cabinet.remove("reminder") // true
Cabinet.remove("reminder") // returns true
// returns null if the item doesn't exist
Cabinet.remove("doesntExist") // null

@@ -135,0 +138,0 @@ ```

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