Socket
Socket
Sign inDemoInstall

babylon

Package Overview
Dependencies
0
Maintainers
7
Versions
132
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0-beta.27 to 7.0.0-beta.28

4

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

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

"eslint-plugin-prettier": "^2.1.2",
"flow-bin": "^0.55.0",
"flow-bin": "^0.56.0",
"graceful-fs": "^4.1.11",

@@ -41,0 +41,0 @@ "husky": "^0.14.1",

@@ -152,3 +152,4 @@ <p align="center">

| `throwExpressions` ([proposal](https://github.com/babel/proposals/issues/23)) | `() => throw new Error("")` |
| `pipelineOperator` ([proposal](https://github.com/babel/proposals/issues/29)) | `a |> b` |
| `pipelineOperator` ([proposal](https://github.com/babel/proposals/issues/29)) | `a \|> b` |
| `nullishCoalescingOperator` ([proposal](https://github.com/babel/proposals/issues/14)) | `a ?? b` |

@@ -155,0 +156,0 @@ ### FAQ

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc