@berish/serber
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -66,3 +66,3 @@ "use strict"; | ||
for (const key of keys) { | ||
if (!weakSet.has(obj[key])) | ||
if (obj[key] && typeof obj[key] === 'object' && !weakSet.has(obj[key])) | ||
weakSet.set(obj[key], path.concat(key)); | ||
@@ -69,0 +69,0 @@ } |
{ | ||
"name": "@berish/serber", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "Serializable and deserializable adaptive adapter with plugins", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
Sorry, the diff of this file is not supported yet
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
57264