Socket
Socket
Sign inDemoInstall

@typescript-eslint/typescript-estree

Package Overview
Dependencies
35
Maintainers
2
Versions
3597
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.0-alpha.28 to 8.0.0-alpha.29

2

dist/withoutProjectParserOptions.js

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

// eslint-disable-next-line @typescript-eslint/no-unused-vars -- The variables are meant to be omitted
const { EXPERIMENTAL_useProjectService, project, ...rest } = opts;
const { EXPERIMENTAL_useProjectService, project, projectService, ...rest } = opts;
return rest;

@@ -17,0 +17,0 @@ }

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

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

"dependencies": {
"@typescript-eslint/types": "8.0.0-alpha.28",
"@typescript-eslint/visitor-keys": "8.0.0-alpha.28",
"@typescript-eslint/types": "8.0.0-alpha.29",
"@typescript-eslint/visitor-keys": "8.0.0-alpha.29",
"debug": "^4.3.4",

@@ -61,0 +61,0 @@ "globby": "^11.1.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