You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@withfig/autocomplete-types

Package Overview
Dependencies
Maintainers
7
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@withfig/autocomplete-types - npm Package Compare versions

Comparing version
1.30.0
to
1.31.0
+7
-0
index.d.ts

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