Socket
Socket
Sign inDemoInstall

babylon

Package Overview
Dependencies
0
Maintainers
9
Versions
132
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0-beta.42 to 7.0.0-beta.43

4

package.json
{
"name": "babylon",
"version": "7.0.0-beta.42",
"version": "7.0.0-beta.43",
"description": "A JavaScript parser",

@@ -26,3 +26,3 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>",

"devDependencies": {
"@babel/helper-fixtures": "7.0.0-beta.42",
"@babel/helper-fixtures": "7.0.0-beta.43",
"charcodes": "0.1.0",

@@ -29,0 +29,0 @@ "unicode-10.0.0": "^0.7.4"

@@ -35,2 +35,6 @@ <p align="center">

- **allowAwaitOutsideFunction**: By default, `await` use is not allowed
outside of an async function. Set this to `true` to accept such
code.
- **allowReturnOutsideFunction**: By default, a return statement at

@@ -37,0 +41,0 @@ the top level raises an error. Set this to `true` to accept such

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

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