array-deep-get-set
Advanced tools
Comparing version 1.0.2 to 1.0.3
declare module 'array-deep-get-set' { | ||
let lib: { | ||
get: <T>(object: any | any[], path: string, defaultValue: T) => T | ||
get: <T>(object: any | any[], path: string, defaultValue?: T) => T | ||
set: <T>(objectToSet: T, path: string, value: any) => T | ||
} | ||
export = lib | ||
} | ||
} |
{ | ||
"name": "array-deep-get-set", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"author": "Thibaut Mottet", | ||
@@ -9,2 +9,3 @@ "license": "ISC", | ||
}, | ||
"repository": "moifort/deep-array-get-set", | ||
"dependencies": { | ||
@@ -11,0 +12,0 @@ "lodash.get": "4.4.2", |
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
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
4569
51