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.14 to 7.0.0-beta.15

22

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

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

"ava": "^0.19.0",
"babel-cli": "7.0.0-alpha.9",
"babel-eslint": "^7.0.0",
"babel-helper-fixtures": "7.0.0-alpha.9",
"babel-plugin-external-helpers": "7.0.0-alpha.9",
"babel-cli": "7.0.0-alpha.12",
"babel-eslint": "8.0.0-alpha.13",
"babel-helper-fixtures": "7.0.0-alpha.12",
"babel-plugin-external-helpers": "7.0.0-alpha.12",
"babel-plugin-istanbul": "^4.0.0",
"babel-plugin-transform-flow-strip-types": "7.0.0-alpha.9",
"babel-preset-env": "^1.5.1",
"babel-preset-flow": "7.0.0-alpha.12",
"babel-preset-env": "2.0.0-alpha.12",
"chalk": "^1.1.3",
"cross-env": "^5.0.0",
"eslint": "^3.7.1",
"eslint-config-babel": "^6.0.0",
"eslint-plugin-flowtype": "^2.20.0",
"eslint": "^4.0.0",
"eslint-config-babel": "^7.0.0",
"eslint-plugin-flowtype": "^2.34.0",
"flow-bin": "^0.47.0",

@@ -42,3 +42,3 @@ "nyc": "^11.0.2",

"rollup": "^0.42.0",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-babel": "3.0.0-alpha.12",
"rollup-plugin-node-resolve": "^3.0.0",

@@ -45,0 +45,0 @@ "rollup-watch": "^4.0.0",

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

- `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`)
- `decorators` (Stage 1) and `decorators2` (Stage 2)
- `classProperties` ([proposal](https://github.com/tc39/proposal-class-public-fields))

@@ -137,0 +137,0 @@ - `classPrivateProperties` ([proposal](https://github.com/tc39/proposal-private-fields))

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