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

Package Overview
Dependencies
Maintainers
0
Versions
990
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-eslint - npm Package Compare versions

Comparing version

to
8.37.1-alpha.6

4

dist/config-helper.js

@@ -78,2 +78,6 @@ "use strict";

}
if ('extends' in extension) {
throw new TypeError(`tseslint.config(): Config at index ${configIndex}${nameErrorPhrase} has an 'extends' array that contains a config with an 'extends' property at index ${extensionIndex}.` +
` Nested 'extends' is not allowed.`);
}
}

@@ -80,0 +84,0 @@ if (nonObjectExtensions.length > 0) {

10

package.json
{
"name": "typescript-eslint",
"version": "8.37.1-alpha.5",
"version": "8.37.1-alpha.6",
"description": "Tooling which enables you to use TypeScript with ESLint",

@@ -53,6 +53,6 @@ "files": [

"dependencies": {
"@typescript-eslint/eslint-plugin": "8.37.1-alpha.5",
"@typescript-eslint/parser": "8.37.1-alpha.5",
"@typescript-eslint/typescript-estree": "8.37.1-alpha.5",
"@typescript-eslint/utils": "8.37.1-alpha.5"
"@typescript-eslint/eslint-plugin": "8.37.1-alpha.6",
"@typescript-eslint/parser": "8.37.1-alpha.6",
"@typescript-eslint/typescript-estree": "8.37.1-alpha.6",
"@typescript-eslint/utils": "8.37.1-alpha.6"
},

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