Socket
Socket
Sign inDemoInstall

babylon

Package Overview
Dependencies
Maintainers
14
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.10 to 7.0.0-beta.11

16

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

@@ -25,10 +25,10 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>",

"ava": "^0.19.0",
"babel-cli": "^7.0.0-alpha.6",
"babel-cli": "7.0.0-alpha.9",
"babel-eslint": "^7.0.0",
"babel-helper-fixtures": "^7.0.0-alpha.3",
"babel-plugin-external-helpers": "^7.0.0-alpha.3",
"babel-helper-fixtures": "7.0.0-alpha.9",
"babel-plugin-external-helpers": "7.0.0-alpha.9",
"babel-plugin-istanbul": "^4.0.0",
"babel-plugin-transform-flow-strip-types": "^7.0.0-alpha.3",
"babel-preset-es2015": "^7.0.0-alpha.3",
"babel-preset-stage-0": "^7.0.0-alpha.3",
"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",
"chalk": "^1.1.3",

@@ -39,3 +39,3 @@ "cross-env": "^5.0.0",

"eslint-plugin-flowtype": "^2.20.0",
"flow-bin": "^0.46.0",
"flow-bin": "^0.47.0",
"nyc": "^10.0.0",

@@ -42,0 +42,0 @@ "rimraf": "^2.5.4",

@@ -17,5 +17,9 @@ <p align="center">

- Comment attachment.
- Support for JSX and Flow.
- Support for JSX, Flow, Typescript (WIP).
- Support for experimental language proposals (accepting PRs for anything at least [stage-0](https://github.com/tc39/proposals/blob/master/stage-0-proposals.md)).
## Contributing
Check out [contributing.md](https://github.com/babel/babylon/blob/master/CONTRIBUTING.md)
## Credits

@@ -130,10 +134,11 @@

- `doExpressions`
- `objectRestSpread`
- `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`
- `exportExtensions`
- `asyncGenerators`
- `functionBind`
- `classProperties` ([proposal](https://github.com/zenparsing/es-function-bind))
- `exportExtensions` ([proposal 1](https://github.com/leebyron/ecmascript-export-default-from)), ([proposal 2](https://github.com/leebyron/ecmascript-export-ns-from))
- `asyncGenerators` ([proposal](https://github.com/tc39/proposal-async-iteration))
- `functionBind` ([proposal](https://github.com/zenparsing/es-function-bind))
- `functionSent`
- `dynamicImport`
- `dynamicImport` ([proposal](https://github.com/tc39/proposal-dynamic-import))
- `numericSeparator` ([proposal](https://github.com/samuelgoto/proposal-numeric-separator))

@@ -140,0 +145,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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc