@savks/not-need-lodash
Advanced tools
Comparing version 1.2.5 to 1.2.6
{ | ||
"name": "@savks/not-need-lodash", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "Lodash functions analogs", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -8,7 +8,7 @@ // WARNING: This is not a drop in replacement solution and | ||
if (i === pathArray.length - 1) { | ||
delete acc[key]; | ||
delete acc?.[key]; | ||
} | ||
return acc[key]; | ||
return acc?.[key]; | ||
}, obj); | ||
}; | ||
//# sourceMappingURL=unset.js.map |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
11622
0