Comparing version 8.7.3 to 8.7.4
@@ -20,3 +20,4 @@ 'use strict'; | ||
for (const change of changes) { | ||
const id = JSON.stringify(change[table.primary]); | ||
const key = change[table.primary]; | ||
const id = (typeof key === 'string' ? key : JSON.stringify(key)); | ||
const existing = pairs[id]; | ||
@@ -23,0 +24,0 @@ if (!existing) { |
{ | ||
"name": "penseur", | ||
"description": "Lightweight RethinkDB wrapper", | ||
"version": "8.7.3", | ||
"version": "8.7.4", | ||
"author": "Eran Hammer <eran@hammer.io> (http://hueniverse.com)", | ||
@@ -6,0 +6,0 @@ "repository": "git://github.com/hueniverse/penseur", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
74849
1846