Socket
Socket
Sign inDemoInstall

@typescript-eslint/utils

Package Overview
Dependencies
Maintainers
0
Versions
2138
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 8.7.1-alpha.7 to 8.7.1-alpha.8

2

dist/eslint-utils/getParserServices.js

@@ -5,3 +5,3 @@ "use strict";

const parserSeemsToBeTSESLint_1 = require("./parserSeemsToBeTSESLint");
const ERROR_MESSAGE_REQUIRES_PARSER_SERVICES = 'You have used a rule which requires parserServices to be generated. You must therefore provide a value for the "parserOptions.project" property for @typescript-eslint/parser.';
const ERROR_MESSAGE_REQUIRES_PARSER_SERVICES = "You have used a rule which requires type information, but don't have parserOptions set to generate type information for this file. See https://typescript-eslint.io/getting-started/typed-linting for enabling linting with type information.";
const ERROR_MESSAGE_UNKNOWN_PARSER = 'Note: detected a parser other than @typescript-eslint/parser. Make sure the parser is configured to forward "parserOptions.project" to @typescript-eslint/parser.';

@@ -8,0 +8,0 @@ function getParserServices(context, allowWithoutFullTypeInformation = false) {

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

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

"@eslint-community/eslint-utils": "^4.4.0",
"@typescript-eslint/scope-manager": "8.7.1-alpha.7",
"@typescript-eslint/types": "8.7.1-alpha.7",
"@typescript-eslint/typescript-estree": "8.7.1-alpha.7"
"@typescript-eslint/scope-manager": "8.7.1-alpha.8",
"@typescript-eslint/types": "8.7.1-alpha.8",
"@typescript-eslint/typescript-estree": "8.7.1-alpha.8"
},

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc