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

@tanstack/eslint-plugin-query

Package Overview
Dependencies
Maintainers
1
Versions
126
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 4.21.0 to 4.24.0

build/.tsbuildinfo

15

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

@@ -36,10 +36,11 @@ "author": "Eliya Cohen",

"scripts": {
"typecheck": "tsc",
"build": "tsup --minify",
"clean": "rimraf ./build",
"dev": "tsup --watch --sourcemap",
"clean": "rm -rf ./build",
"test:jest": "../../node_modules/.bin/jest --config ./jest.config.ts",
"test:eslint": "../../node_modules/.bin/eslint --ext .ts,.tsx ./src",
"test:dev": "pnpm run test:jest --watch"
"test:eslint": "eslint --ext .ts,.tsx ./src",
"test:types": "tsc",
"test:lib": "jest --config ./jest.config.ts",
"test:lib:dev": "pnpm run test:lib --watch",
"test:lib:publish": "pnpm run test:lib --collectCoverage false",
"build": "tsup --minify"
}
}

Sorry, the diff of this file is too big to display

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