Socket
Socket
Sign inDemoInstall

@typescript-eslint/typescript-estree

Package Overview
Dependencies
Maintainers
2
Versions
3851
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/typescript-estree - npm Package Compare versions

Comparing version 8.8.1-alpha.0 to 8.8.1-alpha.1

3

dist/parseSettings/inferSingleRun.js

@@ -52,3 +52,4 @@ "use strict";

// This will be true for invocations such as `npx eslint ...` and `./node_modules/.bin/eslint ...`
possibleEslintBinPaths.some(binPath => process.argv[1].endsWith(node_path_1.default.normalize(binPath)))) {
possibleEslintBinPaths.some(binPath => process.argv.length > 1 &&
process.argv[1].endsWith(node_path_1.default.normalize(binPath)))) {
return !process.argv.includes('--fix');

@@ -55,0 +56,0 @@ }

{
"name": "@typescript-eslint/typescript-estree",
"version": "8.8.1-alpha.0",
"version": "8.8.1-alpha.1",
"description": "A parser that converts TypeScript source code into an ESTree compatible form",

@@ -57,4 +57,4 @@ "files": [

"dependencies": {
"@typescript-eslint/types": "8.8.1-alpha.0",
"@typescript-eslint/visitor-keys": "8.8.1-alpha.0",
"@typescript-eslint/types": "8.8.1-alpha.1",
"@typescript-eslint/visitor-keys": "8.8.1-alpha.1",
"debug": "^4.3.4",

@@ -61,0 +61,0 @@ "fast-glob": "^3.3.2",

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc