@socketsecurity/sdk 1.10.1 → 1.11.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,7 +8,7 @@ export declare class SocketSdk {
8
8
  #private;
9
9
  /**
10
10
  * Initialize Socket SDK with API token and configuration options.
11
- * Sets up authentication, base URL, HTTP client options, and retry behavior.
11
+ * Sets up authentication, base URL, HTTP client options, retry behavior, and caching.
12
12
  */
13
13
  constructor(apiToken: string, options?: SocketSdkOptions | undefined);
14
14
  /**