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.13 to 0.0.14

2

dist/index.d.ts

@@ -5,6 +5,4 @@ declare const _default: {

"lower-case-title": any;
"assertion-type": any;
"max-nested-describe": any;
"no-identical-title": any;
"no-conditional-in-tests": any;
"no-focused-tests": any;

@@ -11,0 +9,0 @@ };

26

package.json
{
"name": "eslint-plugin-vitest",
"version": "0.0.13",
"version": "0.0.14",
"license": "MIT",

@@ -28,14 +28,14 @@ "description": "Eslint plugin for vitest",

"devDependencies": {
"@babel/types": "^7.17.0",
"@types/mocha": "^9.1.0",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"bumpp": "^7.1.1",
"eslint": "^8.12.0",
"eslint-plugin-eslint-plugin": "^4.1.0",
"@babel/types": "^7.20.2",
"@types/mocha": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"bumpp": "^8.2.1",
"eslint": "^8.27.0",
"eslint-plugin-eslint-plugin": "^5.0.6",
"eslint-plugin-node": "^11.1.0",
"jiti": "^1.13.0",
"prettier": "^2.6.2",
"unbuild": "^0.7.2",
"vitest": "^0.8.2"
"jiti": "^1.16.0",
"prettier": "^2.7.1",
"unbuild": "^0.9.4",
"vitest": "^0.25.0"
},

@@ -49,3 +49,3 @@ "engines": {

"dependencies": {
"@typescript-eslint/utils": "^5.17.0"
"@typescript-eslint/utils": "^5.42.1"
},

@@ -52,0 +52,0 @@ "scripts": {

@@ -6,4 +6,2 @@ ## eslint-plugin-vitest

> Disclaimer: This package is very experimental
Eslint plugin for vitest

@@ -65,4 +63,8 @@

#### Credits
- [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest)
### Licence
[MIT](https://github.com/veritem/eslint-plugin-vitest/blob/main/LICENSE) Licence © 2022 - present [veritem](https://github.com/veritem)

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