Socket
Socket
Sign inDemoInstall

babylon

Package Overview
Dependencies
Maintainers
1
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 6.16.1 to 6.17.0

7

package.json
{
"name": "babylon",
"version": "6.16.1",
"version": "6.17.0",
"description": "A JavaScript parser",

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

"eslint-plugin-flowtype": "^2.20.0",
"flow-bin": "^0.38.0",
"flow-bin": "^0.42.0",
"nyc": "^10.0.0",

@@ -43,2 +43,3 @@ "rimraf": "^2.5.4",

"rollup-plugin-node-resolve": "^2.0.0",
"rollup-watch": "^3.2.2",
"unicode-9.0.0": "~0.7.0"

@@ -61,3 +62,3 @@ },

"changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep -v 'Merge pull request'",
"watch": "npm run clean && cross-env BABEL_ENV=watch babel src --out-dir lib --watch"
"watch": "npm run clean && rollup -c --watch"
},

@@ -64,0 +65,0 @@ "nyc": {

@@ -64,2 +64,4 @@ <p align="center">

> There is now an `estree` plugin which reverts these deviations
- [Literal][] token is replaced with [StringLiteral][], [NumericLiteral][], [BooleanLiteral][], [NullLiteral][], [RegExpLiteral][]

@@ -121,2 +123,3 @@ - [Property][] token is replaced with [ObjectProperty][] and [ObjectMethod][]

- `estree`
- `jsx`

@@ -133,1 +136,2 @@ - `flow`

- `dynamicImport`
- `templateInvalidEscapes`

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