Launch Week Day 4: Introducing Data Exports.Learn More
Socket
Book a DemoSign in
Socket

@babel/eslint-parser

Package Overview
Dependencies
Maintainers
4
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/eslint-parser - npm Package Compare versions

Comparing version
7.24.8
to
7.25.0
+1
-1
lib/experimental-worker.cjs

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

name: "@babel/eslint-parser/experimental-worker",
version: "7.24.8"
version: "7.25.0"
};

@@ -22,0 +22,0 @@ function parseForESLint(code, options = {}) {

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

name: "@babel/eslint-parser",
version: "7.24.8"
version: "7.25.0"
};

@@ -19,0 +19,0 @@ function parse(code, options = {}) {

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

if (!isRunningMinSupportedCoreVersion) {
throw new Error(`@babel/eslint-parser@${"7.24.8"} does not support @babel/core@${client.getVersion()}. Please upgrade to @babel/core@${minSupportedCoreVersion}.`);
throw new Error(`@babel/eslint-parser@${"7.25.0"} does not support @babel/core@${client.getVersion()}. Please upgrade to @babel/core@${minSupportedCoreVersion}.`);
}

@@ -26,0 +26,0 @@ const {

{
"name": "@babel/eslint-parser",
"version": "7.24.8",
"version": "7.25.0",
"description": "ESLint parser that allows for linting of experimental syntax transformed by Babel",

@@ -39,9 +39,9 @@ "author": "The Babel Team (https://babel.dev/team)",

"devDependencies": {
"@babel/core": "^7.24.8",
"@babel/core": "^7.24.9",
"@types/eslint": "^8.56.2",
"@types/estree": "^1.0.5",
"@typescript-eslint/scope-manager": "^6.19.0",
"dedent": "^0.7.0",
"dedent": "^1.5.3",
"eslint": "^9.0.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display