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

storeit

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

storeit - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

2

lib/Storeit.js

@@ -70,3 +70,3 @@ "use strict";

function getValue(key) {
return cache[key].value;
return cloneObject(cache[key].value);
}

@@ -73,0 +73,0 @@

{
"name": "storeit",
"version": "1.0.10",
"version": "1.0.11",
"description": "A key/value storage system that publishes events.",

@@ -5,0 +5,0 @@ "main": "./lib/Storeit.js",

Sorry, the diff of this file is not supported yet

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