New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-react-hooks

Package Overview
Dependencies
Maintainers
7
Versions
2062
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-react-hooks - npm Package Compare versions

Comparing version 5.2.0-canary-ff628334-20250205 to 5.2.0-rc.1

cjs/eslint-plugin-react-hooks.d.ts

15

package.json
{
"name": "eslint-plugin-react-hooks",
"description": "ESLint rules for React Hooks",
"version": "5.2.0-canary-ff628334-20250205",
"version": "5.2.0-rc.1",
"repository": {

@@ -13,4 +13,5 @@ "type": "git",

"README.md",
"cjs",
"index.js",
"cjs"
"index.d.ts"
],

@@ -23,2 +24,6 @@ "keywords": [

],
"scripts": {
"test": "jest",
"typecheck": "tsc --noEmit"
},
"license": "MIT",

@@ -28,2 +33,4 @@ "bugs": {

},
"main": "./index.js",
"types": "./index.d.ts",
"engines": {

@@ -38,2 +45,3 @@ "node": ">=10"

"@babel/eslint-parser": "^7.11.4",
"@babel/preset-typescript": "^7.26.0",
"@tsconfig/strictest": "^2.0.5",

@@ -52,5 +60,4 @@ "@typescript-eslint/parser-v2": "npm:@typescript-eslint/parser@^2.26.0",

"jest": "^29.5.0",
"tsup": "^8.3.5",
"typescript": "^5.4.3"
}
}
}

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

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