Socket
Socket
Sign inDemoInstall

eslint-plugin-vitest-globals

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-vitest-globals - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

7

index.js
'use strict'
/**
* @see https://github.com/vitest-dev/vitest/blob/main/packages/vitest/src/constants.ts
*/
module.exports = {

@@ -31,3 +34,5 @@ rules: {},

beforeEach: true,
afterEach: true
afterEach: true,
onTestFinished: true,
onTestFailed: true
}

@@ -34,0 +39,0 @@ }

12

package.json
{
"name": "eslint-plugin-vitest-globals",
"description": "A extends of vitest globals for eslint",
"version": "1.4.0",
"version": "1.5.0",
"packageManager": "pnpm@8.6.7",

@@ -21,10 +21,10 @@ "main": "./index.js",

"devDependencies": {
"@eslint-sets/eslint-config-ts": "^5.6.1",
"@types/node": "^20.4.1",
"eslint": "^8.44.0",
"prettier": "^2.8.8",
"@eslint-sets/eslint-config-ts": "^5.12.0",
"@types/node": "^20.11.27",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"prettier-config-common": "^1.4.0",
"reinstaller": "^3.0.2",
"tsnd": "^1.1.0",
"typescript": "^5.1.6"
"typescript": "^5.4.2"
},

@@ -31,0 +31,0 @@ "pnpm": {

@@ -15,4 +15,10 @@ <div style="text-align: center;" align="center">

<div style="text-align: center; margin-bottom: 20px;" align="center">
### **[Change Log](./CHANGELOG.md)**
</div>
</div>
## Installation

@@ -57,2 +63,10 @@

## Support & Issues
Please open an issue [here](https://github.com/saqqdy/eslint-plugin-vitest-globals/issues).
## License
[MIT](LICENSE)
[npm-image]: https://img.shields.io/npm/v/eslint-plugin-vitest-globals.svg?style=flat-square

@@ -59,0 +73,0 @@ [npm-url]: https://npmjs.org/package/eslint-plugin-vitest-globals

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