Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@kitql/client

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kitql/client - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

10

lib/toExport/kitQLClient.d.ts

@@ -37,7 +37,7 @@ export declare type ClientSettings = {

*/
cache: number;
cache?: number;
/**
* overwrite the default cache policy
*/
policy: 'cache-first' | 'cache-and-network' | 'network-only' | 'cache-only';
policy?: 'cache-first' | 'cache-and-network' | 'network-only' | 'cache-only';
};

@@ -97,5 +97,5 @@ export declare type RequestParameters<V> = {

variables: any;
cacheKey: any;
cache: any;
browser: any;
cacheKey: string;
cache: number | null;
browser: boolean;
}): ResponseResult<D, V> | null;

@@ -102,0 +102,0 @@ request<D, V>({ skFetch, document, variables, cacheKey, browser }: {

{
"name": "@kitql/client",
"version": "0.1.8",
"version": "0.1.9",
"dependencies": {

@@ -5,0 +5,0 @@ "@kitql/helper": "0.1.5",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc