Sign In

@tanstack/pacer-devtools

Package Overview
Dependencies
Maintainers
4
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/pacer-devtools - npm Package Compare versions

Comparing version
1.1.1
to
1.1.2
+1
-1
dist/components/util-groups.js.map

@@ -1,1 +0,1 @@

{"version":3,"file":"util-groups.js","names":["UTIL_GROUPS: Array<UtilGroup>"],"sources":["../../src/components/util-groups.ts"],"sourcesContent":["export type StateKey =\n | 'asyncBatchers'\n | 'asyncDebouncers'\n | 'asyncQueuers'\n | 'asyncRateLimiters'\n | 'asyncThrottlers'\n | 'batchers'\n | 'debouncers'\n | 'queuers'\n | 'rateLimiters'\n | 'throttlers'\n\ntype UtilGroup = {\n key: StateKey\n label: string\n displayName: string\n}\n\nexport const UTIL_GROUPS: Array<UtilGroup> = [\n { key: 'debouncers', label: 'Debouncers', displayName: 'Debouncer' },\n { key: 'throttlers', label: 'Throttlers', displayName: 'Throttler' },\n { key: 'batchers', label: 'Batchers', displayName: 'Batcher' },\n { key: 'queuers', label: 'Queuers', displayName: 'Queuer' },\n {\n key: 'rateLimiters',\n label: 'Rate Limiters',\n displayName: 'Rate Limiter',\n },\n {\n key: 'asyncDebouncers',\n label: 'Async Debouncers',\n displayName: 'Async Debouncer',\n },\n {\n key: 'asyncThrottlers',\n label: 'Async Throttlers',\n displayName: 'Async Throttler',\n },\n {\n key: 'asyncBatchers',\n label: 'Async Batchers',\n displayName: 'Async Batcher',\n },\n {\n key: 'asyncQueuers',\n label: 'Async Queuers',\n displayName: 'Async Queuer',\n },\n {\n key: 'asyncRateLimiters',\n label: 'Async Rate Limiters',\n displayName: 'Async Rate Limiter',\n },\n]\n"],"mappings":";AAkBA,MAAaA,cAAgC;CAC3C;EAAE,KAAK;EAAc,OAAO;EAAc,aAAa;EAAa;CACpE;EAAE,KAAK;EAAc,OAAO;EAAc,aAAa;EAAa;CACpE;EAAE,KAAK;EAAY,OAAO;EAAY,aAAa;EAAW;CAC9D;EAAE,KAAK;EAAW,OAAO;EAAW,aAAa;EAAU;CAC3D;EACE,KAAK;EACL,OAAO;EACP,aAAa;EACd;CACD;EACE,KAAK;EACL,OAAO;EACP,aAAa;EACd;CACD;EACE,KAAK;EACL,OAAO;EACP,aAAa;EACd;CACD;EACE,KAAK;EACL,OAAO;EACP,aAAa;EACd;CACD;EACE,KAAK;EACL,OAAO;EACP,aAAa;EACd;CACD;EACE,KAAK;EACL,OAAO;EACP,aAAa;EACd;CACF"}
{"version":3,"file":"util-groups.js","names":[],"sources":["../../src/components/util-groups.ts"],"sourcesContent":["export type StateKey =\n | 'asyncBatchers'\n | 'asyncDebouncers'\n | 'asyncQueuers'\n | 'asyncRateLimiters'\n | 'asyncThrottlers'\n | 'batchers'\n | 'debouncers'\n | 'queuers'\n | 'rateLimiters'\n | 'throttlers'\n\ntype UtilGroup = {\n key: StateKey\n label: string\n displayName: string\n}\n\nexport const UTIL_GROUPS: Array<UtilGroup> = [\n { key: 'debouncers', label: 'Debouncers', displayName: 'Debouncer' },\n { key: 'throttlers', label: 'Throttlers', displayName: 'Throttler' },\n { key: 'batchers', label: 'Batchers', displayName: 'Batcher' },\n { key: 'queuers', label: 'Queuers', displayName: 'Queuer' },\n {\n key: 'rateLimiters',\n label: 'Rate Limiters',\n displayName: 'Rate Limiter',\n },\n {\n key: 'asyncDebouncers',\n label: 'Async Debouncers',\n displayName: 'Async Debouncer',\n },\n {\n key: 'asyncThrottlers',\n label: 'Async Throttlers',\n displayName: 'Async Throttler',\n },\n {\n key: 'asyncBatchers',\n label: 'Async Batchers',\n displayName: 'Async Batcher',\n },\n {\n key: 'asyncQueuers',\n label: 'Async Queuers',\n displayName: 'Async Queuer',\n },\n {\n key: 'asyncRateLimiters',\n label: 'Async Rate Limiters',\n displayName: 'Async Rate Limiter',\n },\n]\n"],"mappings":";AAkBA,MAAa,cAAgC;CAC3C;EAAE,KAAK;EAAc,OAAO;EAAc,aAAa;EAAa;CACpE;EAAE,KAAK;EAAc,OAAO;EAAc,aAAa;EAAa;CACpE;EAAE,KAAK;EAAY,OAAO;EAAY,aAAa;EAAW;CAC9D;EAAE,KAAK;EAAW,OAAO;EAAW,aAAa;EAAU;CAC3D;EACE,KAAK;EACL,OAAO;EACP,aAAa;EACd;CACD;EACE,KAAK;EACL,OAAO;EACP,aAAa;EACd;CACD;EACE,KAAK;EACL,OAAO;EACP,aAAa;EACd;CACD;EACE,KAAK;EACL,OAAO;EACP,aAAa;EACd;CACD;EACE,KAAK;EACL,OAAO;EACP,aAAa;EACd;CACD;EACE,KAAK;EACL,OAAO;EACP,aAAa;EACd;CACF"}
{
"name": "@tanstack/pacer-devtools",
"version": "1.1.1",
"version": "1.1.2",
"description": "Devtools for Pacer.",

@@ -26,4 +26,2 @@ "author": "Tanner Linsley",

"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",

@@ -48,3 +46,3 @@ "exports": {

"@tanstack/devtools-ui": "^0.4.4",
"@tanstack/devtools-utils": "^0.2.3",
"@tanstack/devtools-utils": "^0.2.4",
"@tanstack/solid-store": "^0.8.0",

@@ -51,0 +49,0 @@ "clsx": "^2.1.1",