Socket
Socket
Sign inDemoInstall

@typescript-eslint/parser

Package Overview
Dependencies
122
Maintainers
2
Versions
3427
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.4.1-alpha.1 to 7.4.1-alpha.2

5

dist/parser.js

@@ -77,2 +77,7 @@ "use strict";

jsx: validateBoolean(options.ecmaFeatures.jsx),
/**
* Override errorOnTypeScriptSyntacticAndSemanticIssues and set it to false to prevent use from user config
* https://github.com/typescript-eslint/typescript-eslint/issues/8681#issuecomment-2000411834
*/
errorOnTypeScriptSyntacticAndSemanticIssues: false,
});

@@ -79,0 +84,0 @@ const analyzeOptions = {

10

package.json
{
"name": "@typescript-eslint/parser",
"version": "7.4.1-alpha.1",
"version": "7.4.1-alpha.2",
"description": "An ESLint custom parser which leverages TypeScript ESTree",

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

"dependencies": {
"@typescript-eslint/scope-manager": "7.4.1-alpha.1",
"@typescript-eslint/types": "7.4.1-alpha.1",
"@typescript-eslint/typescript-estree": "7.4.1-alpha.1",
"@typescript-eslint/visitor-keys": "7.4.1-alpha.1",
"@typescript-eslint/scope-manager": "7.4.1-alpha.2",
"@typescript-eslint/types": "7.4.1-alpha.2",
"@typescript-eslint/typescript-estree": "7.4.1-alpha.2",
"@typescript-eslint/visitor-keys": "7.4.1-alpha.2",
"debug": "^4.3.4"

@@ -60,0 +60,0 @@ },

Sorry, the diff of this file is not supported yet

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