@kakasoo/deep-strict-types
Advanced tools
Comparing version 1.0.18 to 1.0.19
@@ -6,6 +6,4 @@ "use strict"; | ||
const keys = key.split(/(?:\[\*\])?\./g).filter(Boolean); | ||
console.log(keys); | ||
const traverse = (input, keys) => { | ||
const [first, ...rest] = keys; | ||
console.log(first); | ||
if (input instanceof Array) { | ||
@@ -12,0 +10,0 @@ const elements = input.map((element) => { |
{ | ||
"name": "@kakasoo/deep-strict-types", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "private": false, |
Sorry, the diff of this file is not supported yet
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
42414
311