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

@nx/eslint-plugin

Package Overview
Dependencies
Maintainers
4
Versions
710
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nx/eslint-plugin - npm Package Compare versions

Comparing version 0.0.0-pr-28544-cbd2dad to 0.0.0-pr-28555-6a23783

7

package.json
{
"name": "@nx/eslint-plugin",
"version": "0.0.0-pr-28544-cbd2dad",
"version": "0.0.0-pr-28555-6a23783",
"private": false,

@@ -37,5 +37,4 @@ "description": "The eslint-plugin package is an ESLint plugin that contains a collection of recommended ESLint rule configurations which you can extend from in your own ESLint configs, as well as an Nx-specific lint rule called enforce-module-boundaries.",

"dependencies": {
"@eslint/compat": "^1.1.1",
"@nx/devkit": "0.0.0-pr-28544-cbd2dad",
"@nx/js": "0.0.0-pr-28544-cbd2dad",
"@nx/devkit": "0.0.0-pr-28555-6a23783",
"@nx/js": "0.0.0-pr-28555-6a23783",
"@typescript-eslint/type-utils": "^8.0.0",

@@ -42,0 +41,0 @@ "@typescript-eslint/utils": "^8.0.0",

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const compat_1 = require("@eslint/compat");
const eslint_plugin_jsx_a11y_1 = tslib_1.__importDefault(require("eslint-plugin-jsx-a11y"));

@@ -21,3 +20,3 @@ const eslint_plugin_react_1 = tslib_1.__importDefault(require("eslint-plugin-react"));

plugins: {
'react-hooks': (0, compat_1.fixupPluginRules)(eslint_plugin_react_hooks_1.default),
'react-hooks': eslint_plugin_react_hooks_1.default,
},

@@ -24,0 +23,0 @@ rules: eslint_plugin_react_hooks_1.default.configs.recommended.rules,

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