Socket
Socket
Sign inDemoInstall

@tanstack/eslint-plugin-query

Package Overview
Dependencies
Maintainers
2
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/eslint-plugin-query - npm Package Compare versions

Comparing version 5.53.0 to 5.56.1

1

dist/esm/index.d.ts
import { rules } from './rules.js';
import { ESLint, Linter } from 'eslint';
import { RuleModule } from '@typescript-eslint/utils/ts-eslint';
type RuleKey = keyof typeof rules;

@@ -6,0 +5,0 @@ interface Plugin extends Omit<ESLint.Plugin, 'rules'> {

import { ESLintUtils } from '@typescript-eslint/utils';
import { ExtraRuleDocs } from './types.js';
export declare const rules: Record<string, ESLintUtils.RuleModule<string, ReadonlyArray<unknown>, ExtraRuleDocs, ESLintUtils.RuleListener>>;
import { ESLintUtils } from '@typescript-eslint/utils';
import { ExtraRuleDocs } from '../../types';
export declare const name = "exhaustive-deps";
export declare const rule: ESLintUtils.RuleModule<string, readonly unknown[], ExtraRuleDocs, ESLintUtils.RuleListener>;
import { TSESLint, TSESTree } from '@typescript-eslint/utils';
export declare const ExhaustiveDepsUtils: {

@@ -4,0 +3,0 @@ isRelevantReference(params: {

import { ESLintUtils } from '@typescript-eslint/utils';
import { ExtraRuleDocs } from '../../types';
export declare const name = "no-rest-destructuring";
export declare const rule: ESLintUtils.RuleModule<string, readonly unknown[], ExtraRuleDocs, ESLintUtils.RuleListener>;
import { TSESTree } from '@typescript-eslint/utils';
export declare const NoRestDestructuringUtils: {
isObjectRestDestructuring(node: TSESTree.Node): boolean;
};
import { ESLintUtils } from '@typescript-eslint/utils';
import { ExtraRuleDocs } from '../../types';
export declare const name = "no-unstable-deps";

@@ -5,0 +4,0 @@ export declare const reactHookNames: string[];

import { ESLintUtils } from '@typescript-eslint/utils';
import { ExtraRuleDocs } from '../../types';
export declare const name = "stable-query-client";
export declare const rule: ESLintUtils.RuleModule<string, readonly unknown[], ExtraRuleDocs, ESLintUtils.RuleListener>;
import { AST_NODE_TYPES, TSESLint, TSESTree } from '@typescript-eslint/utils';
export declare const ASTUtils: {

@@ -4,0 +3,0 @@ isNodeOfOneOf<T extends AST_NODE_TYPES>(node: TSESTree.Node, types: readonly T[]): node is TSESTree.Node & {

import { TSESTree, ESLintUtils } from '@typescript-eslint/utils';
type Create = Parameters<ReturnType<typeof ESLintUtils.RuleCreator>>[0]['create'];

@@ -4,0 +3,0 @@ type Context = Parameters<Create>[0];

2

package.json
{
"name": "@tanstack/eslint-plugin-query",
"version": "5.53.0",
"version": "5.56.1",
"description": "ESLint plugin for TanStack Query",

@@ -5,0 +5,0 @@ "author": "Eliya Cohen",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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