Socket
Socket
Sign inDemoInstall

@babel/parser

Package Overview
Dependencies
0
Maintainers
4
Versions
198
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.21.0 to 7.21.1

2

package.json
{
"name": "@babel/parser",
"version": "7.21.0",
"version": "7.21.1",
"description": "A JavaScript parser",

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

@@ -125,2 +125,8 @@ // This file is auto-generated! Do not modify it directly.

/**
* By default, new.target use is not allowed outside of a function or class.
* Set this to true to accept such code.
*/
allowNewTargetOutsideFunction?: boolean;
allowSuperOutsideMethod?: boolean;

@@ -135,2 +141,8 @@

/**
* By default, Babel parser JavaScript code according to Annex B syntax.
* Set this to `false` to disable such behavior.
*/
annexB?: boolean;
/**
* By default, Babel attaches comments to adjacent AST nodes.

@@ -137,0 +149,0 @@ * When this option is set to false, comments are not attached.

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc