json-reporter
Advanced tools
Comparing version 0.4.0 to 0.5.0
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="0.5.0"></a> | ||
# [0.5.0](https://github.com/gemini-testing/json-reporter/compare/v0.4.0...v0.5.0) (2017-10-19) | ||
### Features | ||
* use --json-reporter- as a cli prefix for plugin options ([c3aaf4d](https://github.com/gemini-testing/json-reporter/commit/c3aaf4d)) | ||
<a name="0.4.0"></a> | ||
@@ -7,0 +17,0 @@ # [0.4.0](https://github.com/gemini-testing/json-reporter/compare/v0.2.0...v0.4.0) (2017-09-10) |
@@ -11,2 +11,3 @@ 'use strict'; | ||
const ENV_PREFIX = 'json_reporter_'; | ||
const CLI_PREFIX = '--json-reporter-'; | ||
@@ -24,3 +25,3 @@ const getParser = () => { | ||
}) | ||
}), {envPrefix: ENV_PREFIX}); | ||
}), {envPrefix: ENV_PREFIX, cliPrefix: CLI_PREFIX}); | ||
}; | ||
@@ -27,0 +28,0 @@ |
{ | ||
"name": "json-reporter", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "Common plugin for gemini and hermione which is intended to aggregate the results of tests running", | ||
@@ -10,4 +10,2 @@ "main": "gemini.js", | ||
"test-unit": "mocha test", | ||
"cover": "istanbul cover _mocha test", | ||
"coveralls": "npm i coveralls && npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls", | ||
"precommit": "npm run lint", | ||
@@ -25,3 +23,3 @@ "commitmsg": "conventional-changelog-lint -e", | ||
"engines": { | ||
"node": ">= 4" | ||
"node": ">= 6" | ||
}, | ||
@@ -40,3 +38,3 @@ "keywords": [ | ||
"fs-extra": "^2.0.0", | ||
"gemini-configparser": "^0.4.0", | ||
"gemini-configparser": "^1.0.0", | ||
"lodash": "^4.17.4" | ||
@@ -50,3 +48,2 @@ }, | ||
"husky": "^0.11.9", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^3.0.2", | ||
@@ -53,0 +50,0 @@ "proxyquire": "^1.7.11", |
@@ -5,3 +5,2 @@ # json-reporter | ||
[![Build Status](https://travis-ci.org/gemini-testing/json-reporter.svg?branch=master)](https://travis-ci.org/gemini-testing/json-reporter) | ||
[![Coverage Status](https://img.shields.io/coveralls/gemini-testing/json-reporter.svg?style=flat)](https://coveralls.io/r/gemini-testing/json-reporter?branch=master) | ||
@@ -8,0 +7,0 @@ Common plugin for: |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
9
222
16216
16
82
1
+ Addedgemini-configparser@1.4.2(transitive)
- Removedbabel-runtime@5.8.38(transitive)
- Removedcore-js@1.2.7(transitive)
- Removedgemini-configparser@0.4.0(transitive)
Updatedgemini-configparser@^1.0.0