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/utils

Package Overview
Dependencies
Maintainers
2
Versions
2576
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/utils - npm Package Compare versions

Comparing version

to
8.36.0

8

dist/ts-eslint/Config.d.ts

@@ -227,2 +227,10 @@ import type { Parser as ParserType } from './Parser';

/**
* The base path for files and ignores.
*
* Note that this is not permitted inside an `extends` array.
*
* Since ESLint 9.30.0
*/
basePath?: string;
/**
* An array of glob patterns indicating the files that the configuration object should apply to.

@@ -229,0 +237,0 @@ * If not specified, the configuration object applies to all files matched by any other configuration object.

8

package.json
{
"name": "@typescript-eslint/utils",
"version": "8.35.2-alpha.11",
"version": "8.36.0",
"description": "Utilities for working with TypeScript + ESLint together",

@@ -65,5 +65,5 @@ "files": [

"@eslint-community/eslint-utils": "^4.7.0",
"@typescript-eslint/scope-manager": "8.35.2-alpha.11",
"@typescript-eslint/types": "8.35.2-alpha.11",
"@typescript-eslint/typescript-estree": "8.35.2-alpha.11"
"@typescript-eslint/scope-manager": "8.36.0",
"@typescript-eslint/types": "8.36.0",
"@typescript-eslint/typescript-estree": "8.36.0"
},

@@ -70,0 +70,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet