@instantdb/core
Advanced tools
Comparing version 0.12.34 to 0.12.35
@@ -28,6 +28,7 @@ export function areObjectKeysEqual(a, b) { | ||
for (const key of Object.keys(target)) { | ||
if (source[key] === null) | ||
continue; | ||
result[key] = target[key]; | ||
} | ||
for (const key of Object.keys(source)) { | ||
// null acts as a "delete key" | ||
if (source[key] === null) | ||
@@ -34,0 +35,0 @@ continue; |
@@ -36,6 +36,7 @@ "use strict"; | ||
for (const key of Object.keys(target)) { | ||
if (source[key] === null) | ||
continue; | ||
result[key] = target[key]; | ||
} | ||
for (const key of Object.keys(source)) { | ||
// null acts as a "delete key" | ||
if (source[key] === null) | ||
@@ -42,0 +43,0 @@ continue; |
{ | ||
"name": "@instantdb/core", | ||
"version": "v0.12.34", | ||
"version": "0.12.35", | ||
"description": "Instant's core local abstraction", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -45,2 +45,4 @@ export function areObjectKeysEqual(a, b) { | ||
for (const key of Object.keys(target)) { | ||
if (source[key] === null) continue; | ||
result[key] = target[key]; | ||
@@ -50,3 +52,2 @@ } | ||
for (const key of Object.keys(source)) { | ||
// null acts as a "delete key" | ||
if (source[key] === null) continue; | ||
@@ -53,0 +54,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
2001084
40801
8