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

storeit

Package Overview
Dependencies
Maintainers
2
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 2.1.0 to 2.2.0

2

lib/utils.js

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

Object.keys(partial).forEach(function(key) {
if (isObject(currentValue[key])) {
if (isObject(currentValue[key] && partial[key])) {
previous[key] = previously(currentValue[key], partial[key]);

@@ -54,0 +54,0 @@ } else {

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

@@ -25,2 +25,7 @@ "main": "./lib/Storeit.js",

"url": "http://donavon.com"
},
{
"name": "Paul Bouzakis",
"email": "coding@paulbouzakis.com",
"url": "http://paulbouzakis.com"
}

@@ -43,3 +48,3 @@ ],

"pubit-as-promised": "~1.1.1",
"q": "0.8.12 - 1",
"q": "~1.2.1",
"underscore": "~1.7.0"

@@ -46,0 +51,0 @@ },

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