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.26.0
to
1.27.0
+8
-0
index.d.ts

@@ -630,2 +630,10 @@ /* eslint-disable @typescript-eslint/ban-types */

};
/**
* Specifies whether or not to cache the result of loadSpec and generateSpec
*
* @remarks
* Caching is good because it reduces the time to completion on subsequent calls to a dynamic subcommand, but when the data does not outlive the cache this allows a mechanism for opting out of it.
*/
cache?: boolean;
}

@@ -632,0 +640,0 @@

+1
-1
{
"name": "@withfig/autocomplete-types",
"description": "Typings for fig autocomplete specs and other tools",
"version": "1.26.0",
"version": "1.27.0",
"author": "The Fig Team",

@@ -6,0 +6,0 @@ "types": "index.d.ts",