You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@babel/parser

Package Overview
Dependencies
Maintainers
4
Versions
241
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.27.0
to
7.27.1
+1
-1
bin/babel-parser.js

@@ -5,3 +5,3 @@ #!/usr/bin/env node

var parser = require("..");
var fs = require("fs");
var fs = require("node:fs");

@@ -8,0 +8,0 @@ var filename = process.argv[2];

{
"name": "@babel/parser",
"version": "7.27.0",
"version": "7.27.1",
"description": "A JavaScript parser",

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

"dependencies": {
"@babel/types": "^7.27.0"
"@babel/types": "^7.27.1"
},
"devDependencies": {
"@babel/code-frame": "^7.26.2",
"@babel/helper-check-duplicate-nodes": "^7.25.9",
"@babel/helper-fixtures": "^7.26.0",
"@babel/helper-string-parser": "^7.25.9",
"@babel/helper-validator-identifier": "^7.25.9",
"@babel/code-frame": "^7.27.1",
"@babel/helper-check-duplicate-nodes": "^7.27.1",
"@babel/helper-fixtures": "^7.27.1",
"@babel/helper-string-parser": "^7.27.1",
"@babel/helper-validator-identifier": "^7.27.1",
"charcodes": "^0.2.0"

@@ -48,0 +48,0 @@ },

try {
module.exports = require("./lib/index.cjs");
} catch {
module.exports = require("./lib/index.js");
}

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

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