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.3.1 to 1.4.0

8

index.js

@@ -12,2 +12,3 @@ 'use strict'

globals: {
// suite
suite: true,

@@ -17,6 +18,13 @@ test: true,

it: true,
// chai
chai: true,
expect: true,
assert: true,
// typecheck
expectTypeOf: true,
assertType: true,
// utils
vitest: true,
vi: true,
// hooks
beforeAll: true,

@@ -23,0 +31,0 @@ afterAll: true,

21

package.json
{
"name": "eslint-plugin-vitest-globals",
"description": "A extends of vitest globals for eslint",
"version": "1.3.1",
"packageManager": "pnpm@7.26.1",
"version": "1.4.0",
"packageManager": "pnpm@8.6.7",
"main": "./index.js",

@@ -21,11 +21,10 @@ "files": [

"devDependencies": {
"@babel/core": "^7.20.12",
"@eslint-sets/eslint-config-ts": "^4.3.1",
"@types/node": "^18.13.0",
"eslint": "^8.33.0",
"prettier": "^2.8.4",
"@eslint-sets/eslint-config-ts": "^5.6.1",
"@types/node": "^20.4.1",
"eslint": "^8.44.0",
"prettier": "^2.8.8",
"prettier-config-common": "^1.4.0",
"reinstaller": "^2.3.0",
"reinstaller": "^3.0.2",
"tsnd": "^1.1.0",
"typescript": "^4.9.5"
"typescript": "^5.1.6"
},

@@ -47,6 +46,8 @@ "pnpm": {

"vitest globals",
"vitest eslint",
"eslint-plugin-vitest-globals",
"eslint-plugin",
"eslint",
"eslint-extends"
"eslint-extends",
"saqqdy"
],

@@ -53,0 +54,0 @@ "license": "MIT",

@@ -19,9 +19,8 @@ <div style="text-align: center;" align="center">

```shell
```bash
# by pnpm
pnpm i -D eslint-plugin-vitest-globals
# by npm
npm install -D eslint-plugin-vitest-globals
# by yarn
yarn add -D eslint-plugin-vitest-globals
# by pnpm
pnpm i -D eslint-plugin-vitest-globals
```

@@ -28,0 +27,0 @@

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