Socket
Socket
Sign inDemoInstall

@babel/parser

Package Overview
Dependencies
Maintainers
4
Versions
204
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.21.4-esm to 7.21.4-esm.1

lib/index.cjs

22

package.json
{
"name": "@babel/parser",
"version": "7.21.4-esm",
"version": "7.21.4-esm.1",
"description": "A JavaScript parser",

@@ -37,11 +37,19 @@ "author": "The Babel Team (https://babel.dev/team)",

"devDependencies": {
"@babel/code-frame": "^7.21.4-esm",
"@babel/helper-check-duplicate-nodes": "^7.21.4-esm",
"@babel/helper-fixtures": "^7.21.4-esm",
"@babel/helper-string-parser": "^7.21.4-esm",
"@babel/helper-validator-identifier": "^7.21.4-esm",
"@babel/code-frame": "^7.21.4-esm.1",
"@babel/helper-check-duplicate-nodes": "^7.21.4-esm.1",
"@babel/helper-fixtures": "^7.21.4-esm.1",
"@babel/helper-string-parser": "^7.21.4-esm.1",
"@babel/helper-validator-identifier": "^7.21.4-esm.1",
"charcodes": "^0.2.0"
},
"bin": "./bin/babel-parser.js",
"type": "commonjs"
"type": "module",
"exports": {
".": {
"types": "./typings/babel-parser.d.ts",
"require": "./lib/index.cjs",
"default": "./lib/index.js"
},
"./package.json": "./package.json"
}
}

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc