@antv/util
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -1,4 +0,4 @@ | ||
declare const groupToMap: (data: any, condition: any) => import("./group-by").ObjectType<unknown> | { | ||
declare const groupToMap: (data: any, condition: any) => import("./group-by").ObjectType<{}> | { | ||
0: any; | ||
}; | ||
export default groupToMap; |
@@ -1,2 +0,2 @@ | ||
declare const _default: <T>(data: T[], condition: string | ((v: T) => string)) => T[][]; | ||
declare const _default: <T>(data: T[], condition: string | string[] | ((v: T) => string)) => T[][]; | ||
export default _default; |
import Cache from './cache'; | ||
declare const _default: (f: Function, resolver?: (...args: any[]) => string) => { | ||
(...args: any[]): any; | ||
cache: Cache<unknown>; | ||
cache: Cache<{}>; | ||
}; | ||
@@ -6,0 +6,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
declare const values: (obj: any) => unknown[]; | ||
declare const values: (obj: any) => any[]; | ||
export default values; |
{ | ||
"name": "@antv/util", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "A common util collection for antv projects", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.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
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
0
139458