Socket
Socket
Sign inDemoInstall

eslint-plugin-vitest

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-vitest - npm Package Compare versions

Comparing version 0.0.19 to 0.0.20

16

package.json
{
"name": "eslint-plugin-vitest",
"version": "0.0.19",
"version": "0.0.20",
"license": "MIT",

@@ -34,2 +34,3 @@ "description": "Eslint plugin for vitest",

"bumpp": "^8.2.1",
"concurrently": "^7.5.0",
"eslint": "^8.27.0",

@@ -40,3 +41,2 @@ "eslint-doc-generator": "^0.22.0",

"jiti": "^1.16.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",

@@ -57,7 +57,7 @@ "unbuild": "^0.9.4",

"build": "unbuild",
"format:check": "prettier --check --plugin-search-dir=. .",
"format": "prettier --write --plugin-search-dir=. .",
"lint:eslint-docs": "pnpm eslint-doc-generator --check",
"lint:js": "eslint .",
"lint": "npm-run-all \"lint:*\"",
"format:check": "prettier --check .",
"format": "prettier --write .",
"lint:eslint-docs": "pnpm build && eslint-doc-generator --check",
"lint:js": "eslint --ignore-path .gitignore .",
"lint": "concurrently --prefixColors auto \"pnpm:lint:*\"",
"release": "pnpm build && bumpp package.json --commit --push --tag && pnpm publish",

@@ -67,4 +67,4 @@ "stub": "unbuild --stub",

"test": "vitest",
"update:eslint-docs": "pnpm run build && eslint-doc-generator"
"update:eslint-docs": "pnpm build && eslint-doc-generator"
}
}

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