🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@typescript-eslint/visitor-keys

Package Overview
Dependencies
Maintainers
2
Versions
3489
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/visitor-keys - npm Package Compare versions

Comparing version

to
8.32.2-alpha.8

14

package.json
{
"name": "@typescript-eslint/visitor-keys",
"version": "8.32.2-alpha.7",
"version": "8.32.2-alpha.8",
"description": "Visitor keys used to help traverse the TypeScript-ESTree AST",

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

"build": "tsc -b tsconfig.build.json",
"clean": "tsc -b tsconfig.build.json --clean",
"postclean": "rimraf dist/ coverage/",
"format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore",
"lint": "npx nx lint",
"clean": "rimraf dist/ coverage/",
"format": "yarn run -T format",
"lint": "yarn run -BT nx lint",
"test": "vitest --run --config=$INIT_CWD/vitest.config.mts",
"check-types": "npx nx typecheck"
"check-types": "yarn run -BT nx typecheck"
},
"dependencies": {
"@typescript-eslint/types": "8.32.2-alpha.7",
"@typescript-eslint/types": "8.32.2-alpha.8",
"eslint-visitor-keys": "^4.2.0"

@@ -55,3 +54,2 @@ },

"@vitest/coverage-v8": "^3.1.3",
"prettier": "^3.2.5",
"rimraf": "*",

@@ -58,0 +56,0 @@ "typescript": "*",