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

eslint-plugin-react-dom

Package Overview
Dependencies
Maintainers
1
Versions
916
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.0 to 1.5.0-beta.0

dist/index.cjs

71

package.json
{
"name": "eslint-plugin-react-dom",
"version": "1.0.0",
"description": "",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC",
"version": "1.5.0-beta.0",
"description": "ESLint React's ESLint plugin for ReactDOM related rules.",
"homepage": "https://github.com/rel1cx/eslint-react",
"bugs": {
"url": "https://github.com/rel1cx/eslint-react/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Rel1cx/eslint-react",
"directory": "packages/plugins/eslint-plugin-react-dom"
},
"license": "MIT",
"author": "Eva1ent<let@ik.me>",
"sideEffects": false,
"exports": {
".": {
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"./package.json": "./package.json"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"./dist",
"./package.json"
],
"dependencies": {
"@typescript-eslint/parser": ">=6.19.1",
"@typescript-eslint/scope-manager": ">=6.19.1",
"@typescript-eslint/types": ">=6.19.1",
"@typescript-eslint/utils": ">=6.19.1",
"string-ts": "2.0.0",
"@eslint-react/ast": "1.5.0-beta.0",
"@eslint-react/core": "1.5.0-beta.0",
"@eslint-react/jsx": "1.5.0-beta.0",
"@eslint-react/shared": "1.5.0-beta.0",
"@eslint-react/tools": "1.5.0-beta.0",
"@eslint-react/types": "1.5.0-beta.0",
"@eslint-react/var": "1.5.0-beta.0"
},
"peerDependencies": {
"@typescript-eslint/parser": ">=6.19.1",
"eslint": ">=8.56.0",
"typescript": ">=5.3.3"
},
"engines": {
"bun": ">=1.0.15",
"node": ">=18.18.0"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "rollup -c rollup.config.ts --configPlugin swc3 && cp dist/index.d.ts dist/index.d.mts",
"build:docs": "typedoc",
"lint:publish": "publint",
"lint:type": "tsc --noEmit"
}
}
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