Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@antv/util

Package Overview
Dependencies
Maintainers
14
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antv/util - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

2

lib/group-to-map.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc