Socket
Socket
Sign inDemoInstall

@typescript-eslint/utils

Package Overview
Dependencies
122
Maintainers
2
Versions
1749
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.5.1-alpha.8 to 7.5.1-alpha.9

4

dist/ts-eslint/Config.d.ts

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

/**
* An string to identify the configuration object. Used in error messages and inspection tools.
*/
name?: string;
/**
* An array of glob patterns indicating the files that the configuration object should apply to.

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

10

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

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

"@types/semver": "^7.5.0",
"@typescript-eslint/scope-manager": "7.5.1-alpha.8",
"@typescript-eslint/types": "7.5.1-alpha.8",
"@typescript-eslint/typescript-estree": "7.5.1-alpha.8",
"@typescript-eslint/scope-manager": "7.5.1-alpha.9",
"@typescript-eslint/types": "7.5.1-alpha.9",
"@typescript-eslint/typescript-estree": "7.5.1-alpha.9",
"semver": "^7.5.4"

@@ -83,3 +83,3 @@ },

"devDependencies": {
"@typescript-eslint/parser": "7.5.1-alpha.8",
"@typescript-eslint/parser": "7.5.1-alpha.9",
"downlevel-dts": "*",

@@ -86,0 +86,0 @@ "jest": "29.7.0",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc