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

eslint-compat-utils

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-compat-utils - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

17

package.json
{
"name": "eslint-compat-utils",
"version": "0.6.0",
"version": "0.6.1",
"description": "Provides an API for ESLint custom rules that is compatible with the latest ESLint even when using older ESLint.",

@@ -42,4 +42,4 @@ "engines": {

"lint": "npm-run-all \"lint:*\"",
"lint:js": "eslint . --ext .js,.mjs,.ts,.json,.yml,.yaml",
"eslint-fix": "eslint . --ext .js,.mjs,.ts,.json,.yml,.yaml --fix",
"lint:js": "eslint .",
"eslint-fix": "eslint . --fix",
"test:cover": "nyc --reporter=lcov npm run test",

@@ -74,16 +74,16 @@ "test": "npm run mocha -- \"tests/src/**/*.ts\" --reporter dot --timeout 60000",

"@changesets/cli": "^2.26.2",
"@ota-meshi/eslint-plugin": "^0.15.0",
"@ota-meshi/eslint-plugin": "^0.17.5",
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
"@types/eslint": "^8.44.3",
"@types/eslint": "^9.0.0",
"@types/mocha": "^10.0.0",
"@types/node": "^22.0.0",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"esbuild-register": "^3.5.0",
"eslint": "^8.56.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jsdoc": "^50.4.3",
"eslint-plugin-json-schema-validator": "^5.0.0",
"eslint-plugin-jsonc": "^2.9.0",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-node-dependencies": "^0.12.0",
"eslint-plugin-prettier": "^5.0.0",

@@ -95,2 +95,3 @@ "eslint-plugin-yml": "^1.9.0",

"prettier": "^3.0.3",
"typescript-eslint": "^8.13.0",
"unbuild": "^2.0.0"

@@ -97,0 +98,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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