New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

json-reporter

Package Overview
Dependencies
Maintainers
7
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-reporter - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

10

CHANGELOG.md

@@ -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)

3

lib/config.js

@@ -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:

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