@savks/not-need-lodash
Advanced tools
Comparing version 1.2.4 to 1.2.5
{ | ||
"name": "@savks/not-need-lodash", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "Lodash functions analogs", | ||
@@ -8,2 +8,5 @@ "license": "MIT", | ||
"sideEffects": false, | ||
"repository": { | ||
"url": "https://github.com/SavKS/not-need-lodash" | ||
}, | ||
"scripts": { | ||
@@ -10,0 +13,0 @@ "build": "tsc", |
@@ -1,2 +0,2 @@ | ||
declare const _default: (obj: any, path: string | string[], value: any) => void; | ||
declare const _default: (obj: any, path: string | string[], value: any) => any; | ||
export default _default; |
@@ -21,3 +21,4 @@ // WARNING: This is not a drop in replacement solution and | ||
}, obj); | ||
return obj; | ||
}; | ||
//# sourceMappingURL=set.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
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
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
11608
154
1