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.4.1 to 0.4.2

2

index.d.ts

@@ -1,2 +0,2 @@

export { defaultStoreValue, InMemoryCache, isLoading, KitQLClient, LocalStorageCache, RequestFrom, RequestStatus } from './lib/toExport';
export { clientNavigation, defaultStoreValue, InMemoryCache, isLoading, KitQLClient, LocalStorageCache, RequestFrom, RequestStatus, setClientNavigation } from './lib/toExport';
export type { Credential, HeaderContentType, ICacheData, LogType, PatchType, Policy, RequestParameters, RequestQueryParameters, RequestResult } from './lib/toExport';

@@ -113,2 +113,7 @@ 'use strict';

exports.clientNavigation = false;
const setClientNavigation = () => {
exports.clientNavigation = true;
};
function printBlockString(n) {

@@ -411,1 +416,2 @@ return '"""\n' + JSON.stringify(n).slice(1, -1) + '\n"""';

exports.isLoading = isLoading;
exports.setClientNavigation = setClientNavigation;
{
"name": "@kitql/client",
"version": "0.4.1",
"version": "0.4.2",
"dependencies": {
"@kitql/comp": "0.1.1",
"@kitql/comp": "0.1.2",
"@kitql/helper": "0.2.0"

@@ -7,0 +7,0 @@ },

Sorry, the diff of this file is not supported yet

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