@goldfishjs/utils
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -9,1 +9,2 @@ export { default as cache } from './cache'; | ||
export { default as silent } from './silent'; | ||
export { default as cloneDeep } from './cloneDeep'; |
{ | ||
"name": "@goldfishjs/utils", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "goldfish-utils", | ||
@@ -46,3 +46,2 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@types/lodash.omit": "^4.5.6", | ||
"lodash.omit": "^4.5.0", | ||
@@ -49,0 +48,0 @@ "lodash.pick": "^4.4.0" |
@@ -9,2 +9,3 @@ export { default as cache } from './cache'; | ||
export { default as silent } from './silent'; | ||
export { default as cloneDeep } from './cloneDeep'; | ||
export * from './types'; |
@@ -54,2 +54,3 @@ declare type Omit<T, K extends keyof any> = Pick<T, Exclude<keyof T, K>>; | ||
}; | ||
export declare type LodashCloneDeep = <T>(value: T) => T; | ||
export {}; |
Sorry, the diff of this file is too big to display
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
134762
2
26
4114
- Removed@types/lodash.omit@^4.5.6
- Removed@types/lodash@4.17.13(transitive)
- Removed@types/lodash.omit@4.5.9(transitive)