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

@nx/linter

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nx/linter - npm Package Compare versions

Comparing version 0.0.0-pr-27085-57245c5 to 0.0.0-pr-27530-db566c6

{
"name": "@nx/linter",
"version": "0.0.0-pr-27085-57245c5",
"version": "0.0.0-pr-27530-db566c6",
"private": false,

@@ -29,3 +29,3 @@ "description": "The Linter plugin for Nx contains executors, generators and utilities used for linting JavaScript/TypeScript projects within an Nx workspace.",

"dependencies": {
"@nx/eslint": "0.0.0-pr-27085-57245c5"
"@nx/eslint": "0.0.0-pr-27530-db566c6"
},

@@ -38,3 +38,4 @@ "publishConfig": {

},
"type": "commonjs"
"type": "commonjs",
"types": "./index.d.ts"
}

@@ -18,2 +18,2 @@ ## @nx/linter has been renamed to @nx/eslint!

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.