array-deep-get-set
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -24,3 +24,3 @@ const lodashGet = require('lodash.get') | ||
const arraySet = value.map((item, index) => ({ | ||
...(arrayToSet[index] ?? []), | ||
...(arrayToSet[index] || []), | ||
[pathInArray]: item, | ||
@@ -27,0 +27,0 @@ })) |
{ | ||
"name": "array-deep-get-set", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": "Thibaut Mottet", | ||
@@ -5,0 +5,0 @@ "license": "ISC", |
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