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 7.0.0-beta.4 to 7.0.0-beta.5

2

CHANGELOG.md

@@ -18,3 +18,3 @@ # Changelog

## 7.0.0-beta.3 (2017-03-01)
## 7.0.0-beta.4 (2017-03-01)

@@ -21,0 +21,0 @@ * Don't consume async when checking for async func decl (#377) (Brian Ng)

{
"name": "babylon",
"version": "7.0.0-beta.4",
"version": "7.0.0-beta.5",
"description": "A JavaScript parser",

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

"chalk": "^1.1.3",
"codecov": "^1.0.1",
"cross-env": "^3.1.4",

@@ -40,3 +39,3 @@ "eslint": "^3.7.1",

"eslint-plugin-flowtype": "^2.20.0",
"flow-bin": "^0.40.0",
"flow-bin": "^0.41.0",
"nyc": "^10.0.0",

@@ -47,2 +46,3 @@ "rimraf": "^2.5.4",

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

@@ -54,14 +54,13 @@ },

"scripts": {
"build": "npm run clean && rollup -c",
"coverage": "nyc report --reporter=json && codecov -f coverage/coverage-final.json",
"lint": "eslint src bin",
"build": "yarn run clean && rollup -c",
"changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep -v 'Merge pull request'",
"clean": "rimraf lib",
"flow": "flow",
"prepublish": "cross-env BABEL_ENV=production npm run build",
"preversion": "npm run test && npm run changelog",
"test": "npm run lint && npm run flow && npm run build -- -m && npm run test-only",
"lint": "eslint src bin",
"prepublish": "cross-env BABEL_ENV=production yarn run build",
"preversion": "yarn run test && npm run changelog",
"test": "yarn run lint && yarn run flow && yarn run build -- -m && yarn run test-only",
"test-only": "ava",
"test-ci": "nyc npm run test-only",
"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"
"test-coverage": "cross-env BABEL_ENV=test yarn run build && nyc --reporter=json --reporter=text yarn run test-only",
"watch": "yarn run clean && rollup -c --watch"
},

@@ -84,8 +83,3 @@ "nyc": {

]
},
"greenkeeper": {
"ignore": [
"cross-env"
]
}
}

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

<p align="center">
<a href="https://www.npmjs.com/package/babylon"><img alt="NPM Version" src="https://img.shields.io/npm/v/babylon.svg?style=flat"></a>
<a href="https://travis-ci.org/babel/babylon"><img alt="Travis Status" src="https://img.shields.io/travis/babel/babylon/master.svg?style=flat&label=travis"></a>

@@ -12,0 +13,0 @@ <a href="https://codecov.io/gh/babel/babylon"><img alt="Codecov Status" src="https://img.shields.io/codecov/c/github/babel/babylon/master.svg?style=flat"></a>

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