Socket
Socket
Sign inDemoInstall

babylon

Package Overview
Dependencies
Maintainers
4
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babylon - npm Package Compare versions

Comparing version 7.0.0-beta.12 to 7.0.0-beta.13

11

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

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

"babel-plugin-transform-flow-strip-types": "7.0.0-alpha.9",
"babel-preset-es2015": "7.0.0-alpha.9",
"babel-preset-stage-0": "7.0.0-alpha.9",
"babel-preset-env": "^1.5.1",
"chalk": "^1.1.3",

@@ -40,8 +39,8 @@ "cross-env": "^5.0.0",

"flow-bin": "^0.47.0",
"nyc": "^10.0.0",
"nyc": "^11.0.2",
"rimraf": "^2.5.4",
"rollup": "^0.41.0",
"rollup": "^0.42.0",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-watch": "^3.2.2",
"rollup-watch": "^4.0.0",
"unicode-9.0.0": "~0.7.0"

@@ -48,0 +47,0 @@ },

@@ -129,9 +129,10 @@ <p align="center">

- `estree`
- `jsx`
- `flow`
- `estree` ([repo](https://github.com/estree/estree))
- `jsx` ([repo](https://facebook.github.io/jsx/))
- `flow` ([repo](https://github.com/facebook/flow))
- `doExpressions`
- `objectRestSpread` ([proposal](https://github.com/tc39/proposal-object-rest-spread))
- `decorators` (Based on an outdated version of the Decorators proposal. Will be removed in a future version of `Babylon`)
- `classProperties` ([proposal](https://github.com/zenparsing/es-function-bind))
- `classProperties` ([proposal](https://github.com/tc39/proposal-class-public-fields))
- `classPrivateProperties` ([proposal](https://github.com/tc39/proposal-private-fields))
- `exportExtensions` ([proposal 1](https://github.com/leebyron/ecmascript-export-default-from)), ([proposal 2](https://github.com/leebyron/ecmascript-export-ns-from))

@@ -143,2 +144,3 @@ - `asyncGenerators` ([proposal](https://github.com/tc39/proposal-async-iteration))

- `numericSeparator` ([proposal](https://github.com/samuelgoto/proposal-numeric-separator))
- `optionalChaining` ([proposal](https://github.com/tc39/proposal-optional-chaining))
- `importMeta` ([proposal](https://github.com/tc39/proposal-import-meta))

@@ -145,0 +147,0 @@

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

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