You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@typescript-eslint/types

Package Overview
Dependencies
Maintainers
2
Versions
3558
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/types - npm Package Compare versions

Comparing version

to
8.35.2-alpha.0

27

package.json
{
"name": "@typescript-eslint/types",
"version": "8.35.1",
"version": "8.35.2-alpha.0",
"description": "Types for the TypeScript-ESTree AST spec",

@@ -40,8 +40,7 @@ "files": [

"scripts": {
"//": "These package scripts are mostly here for convenience. Task running is handled by Nx at the root level.",
"build": "yarn run -BT nx build",
"clean": "rimraf dist/ src/generated/ coverage/",
"copy-ast-spec": "tsx ./tools/copy-ast-spec.mts",
"copy-ast-spec": "yarn run -BT nx copy-ast-spec",
"format": "yarn run -T format",
"generate-lib": "yarn run -BT nx run scope-manager:generate-lib",
"generate-lib": "yarn run -BT nx generate-lib repo",
"lint": "yarn run -BT nx lint",

@@ -53,2 +52,3 @@ "test": "yarn run -BT nx test",

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

@@ -75,13 +75,20 @@ "tsx": "*",

"copy-ast-spec": {
"command": "tsx ./tools/copy-ast-spec.mts",
"cache": true,
"command": "tsx tools/copy-ast-spec.mts",
"dependsOn": [
"ast-spec:build"
],
"options": {
"cwd": "{projectRoot}"
},
"dependsOn": [
"ast-spec:build"
],
"outputs": [
"{projectRoot}/src/generated"
],
"cache": true
]
},
"lint": {
"command": "eslint",
"dependsOn": [
"typescript-eslint:build",
"eslint-plugin-internal:build"
]
}

@@ -88,0 +95,0 @@ }