Socket
Socket
Sign inDemoInstall

@eslint-community/eslint-utils

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eslint-community/eslint-utils - npm Package Compare versions

Comparing version 4.1.2 to 4.2.0

21

package.json
{
"name": "@eslint-community/eslint-utils",
"version": "4.1.2",
"version": "4.2.0",
"description": "Utilities for ESLint plugins.",

@@ -36,4 +36,4 @@ "keywords": [

"coverage": "opener ./coverage/lcov-report/index.html",
"docs:build": "vuepress build docs",
"docs:watch": "vuepress dev docs",
"docs:build": "vitepress build docs",
"docs:watch": "vitepress dev docs",
"format": "npm run -s format:prettier -- --write",

@@ -43,7 +43,7 @@ "format:prettier": "prettier .",

"lint": "eslint .",
"test": "nyc mocha --reporter dot \"test/*.js\"",
"test": "c8 mocha --reporter dot \"test/*.mjs\"",
"preversion": "npm test && npm run -s build",
"postversion": "git push && git push --tags",
"prewatch": "npm run -s clean",
"watch": "warun \"{src,test}/**/*.js\" -- npm run -s test:mocha"
"watch": "warun \"{src,test}/**/*.mjs\" -- npm run -s test:mocha"
},

@@ -54,6 +54,4 @@ "dependencies": {

"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/plugin-transform-modules-commonjs": "^7.19.6",
"@babel/register": "^7.18.9",
"@eslint-community/eslint-plugin-mysticatea": "^15.2.0",
"c8": "^7.12.0",
"dot-prop": "^6.0.1",

@@ -63,5 +61,4 @@ "eslint": "^8.28.0",

"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"opener": "^1.5.2",
"prettier": "2.8.0",
"prettier": "2.8.4",
"rimraf": "^3.0.2",

@@ -71,7 +68,7 @@ "rollup": "^2.79.1",

"semver": "^7.3.8",
"vuepress": "^1.9.7",
"vitepress": "^1.0.0-alpha.40",
"warun": "^1.0.0"
},
"peerDependencies": {
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
},

@@ -78,0 +75,0 @@ "engines": {

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