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.1
to
7.27.2
+2
-2
bin/babel-parser.js
#!/usr/bin/env node
/* eslint no-var: 0 */
/* eslint-disable no-var, unicorn/prefer-node-protocol */
var parser = require("..");
var fs = require("node:fs");
var fs = require("fs");

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

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

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

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

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