@blakek/deep
Advanced tools
Comparing version 2.0.0 to 2.0.1
export declare type Path = Array<number | string> | string; | ||
export declare function traverseObject(object: any, path: string[]): any; | ||
export declare const get: import("@blakek/curry").Curry2<import("pathington").Path, any, any>; | ||
export declare const getOr: import("@blakek/curry").Curry3<any, import("pathington").Path, any, any>; | ||
export declare const has: import("@blakek/curry").Curry2<import("pathington").Path, any, boolean>; | ||
export declare const remove: import("@blakek/curry").Curry2<import("pathington").Path, any, any>; | ||
export declare const set: import("@blakek/curry").Curry3<any, import("pathington").Path, any, any>; | ||
export declare const get: import("@blakek/curry").Curry2<Path, any, any>; | ||
export declare const getOr: import("@blakek/curry").Curry3<any, Path, any, any>; | ||
export declare const has: import("@blakek/curry").Curry2<Path, any, boolean>; | ||
export declare const remove: import("@blakek/curry").Curry2<Path, any, any>; | ||
export declare const set: import("@blakek/curry").Curry3<any, Path, any, any>; |
{ | ||
"name": "@blakek/deep", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"main": "dist/index.cjs.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/index.esm.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
130145
10
0