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.16 to 0.0.17

1

dist/index.d.ts

@@ -9,2 +9,3 @@ declare const _default: {

"no-conditional-tests": any;
"expect-expect": any;
};

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

2

package.json
{
"name": "eslint-plugin-vitest",
"version": "0.0.16",
"version": "0.0.17",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Eslint plugin for vitest",

@@ -60,2 +60,3 @@ ## eslint-plugin-vitest

| [no-conditional-tests](src/rules/no-conditional-tests.ts) | Disallow conditional tests |
| [expect-expect](src/rules/expect-expect.ts) | Enforce assertion to be with expect |

@@ -62,0 +63,0 @@ #### Credits

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