Socket
Socket
Sign inDemoInstall

babylon

Package Overview
Dependencies
0
Maintainers
6
Versions
132
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0-beta.22 to 7.0.0-beta.23

6

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

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

"eslint-plugin-prettier": "^2.1.2",
"flow-bin": "^0.53.0",
"flow-bin": "^0.54.1",
"graceful-fs": "^4.1.11",

@@ -46,3 +46,3 @@ "husky": "^0.14.1",

"rimraf": "^2.5.4",
"rollup": "^0.48.0",
"rollup": "^0.49.3",
"rollup-plugin-babel": "^3.0.1",

@@ -49,0 +49,0 @@ "rollup-plugin-node-resolve": "^3.0.0",

@@ -140,2 +140,3 @@ <p align="center">

| `classPrivateProperties` ([proposal](https://github.com/tc39/proposal-private-fields)) | `class A { #b = 1; }` |
| `classPrivateMethods` ([proposal](https://github.com/tc39/proposal-private-methods)) | `class A { #c() {} }` |
| `exportExtensions` ([proposal 1](https://github.com/leebyron/ecmascript-export-default-from)), ([proposal 2](https://github.com/leebyron/ecmascript-export-ns-from)) | Proposal 1: `export v from "mod"` Proposal 2: `export * as ns from "mod"` |

@@ -142,0 +143,0 @@ | `asyncGenerators` ([proposal](https://github.com/tc39/proposal-async-iteration)) | `async function*() {}`, `for await (let a of b) {}` |

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