@withfig/autocomplete-types
Advanced tools
+7
-0
@@ -672,2 +672,9 @@ /* eslint-disable @typescript-eslint/ban-types */ | ||
| /** | ||
| * Generating a spec can be expensive, but due to current guarantees they are not cached. | ||
| * This function generates a cache key which is used to cache the result of generateSpec. | ||
| * If `undefined` is returned, the cache will not be used. | ||
| */ | ||
| generateSpecCacheKey?: Function<{ tokens: string[] }, string | undefined> | string; | ||
| /** | ||
| * Configure how the autocomplete engine will map the raw tokens to a given completion spec. | ||
@@ -674,0 +681,0 @@ * |
+3
-3
| { | ||
| "name": "@withfig/autocomplete-types", | ||
| "description": "Typings for fig autocomplete specs and other tools", | ||
| "version": "1.30.0", | ||
| "version": "1.31.0", | ||
| "author": "The Fig Team", | ||
@@ -16,4 +16,4 @@ "types": "index.d.ts", | ||
| "picocolors": "^1.0.0", | ||
| "prettier": "^3.1.1", | ||
| "tsx": "^4.7.0", | ||
| "prettier": "^3.2.5", | ||
| "tsx": "^4.9.3", | ||
| "typescript": "^5.3.3" | ||
@@ -20,0 +20,0 @@ }, |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
64439
0.56%1252
0.48%