🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@babel/parser

Package Overview
Dependencies
Maintainers
4
Versions
251
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/parser - npm Package Compare versions

Comparing version
7.29.7
to
7.29.8
+2
-2
package.json
{
"name": "@babel/parser",
"version": "7.29.7",
"version": "7.29.8",
"description": "A JavaScript parser",

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

"dependencies": {
"@babel/types": "^7.29.7"
"@babel/types": "^7.29.8"
},

@@ -41,0 +41,0 @@ "devDependencies": {

@@ -13,3 +13,3 @@ // This file is auto-generated! Do not modify it directly.

type SyntaxPlugin = "flow" | "typescript" | "jsx" | "pipelineOperator" | "placeholders";
type SyntaxPlugin = "flow" | "typescript" | "jsx" | "functionBind" | "pipelineOperator" | "placeholders";
type ParseErrorCode = "BABEL_PARSER_SYNTAX_ERROR" | "BABEL_PARSER_SOURCETYPE_MODULE_REQUIRED";

@@ -16,0 +16,0 @@ interface ParseErrorSpecification<ErrorDetails> {

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

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