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
6
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.5.1 to 0.6.0

20

CHANGELOG.md

@@ -5,2 +5,22 @@ # Change Log

<a name="0.6.0"></a>
# [0.6.0](https://github.com/gemini-testing/json-reporter/compare/v0.5.1...v0.6.0) (2018-11-19)
### Features
* add meta info to test result ([08bcf4b](https://github.com/gemini-testing/json-reporter/commit/08bcf4b))
<a name="0.5.1"></a>
# [0.5.1](https://github.com/gemini-testing/json-reporter/compare/v0.5.0...v0.5.1) (2018-02-14)
### Bug Fixes
* fix: parse cli and config validation ([e391f98](https://github.com/gemini-testing/json-reporter/commit/e391f9867871d593dc0edeb49a6c479f556713da))
<a name="0.5.0"></a>

@@ -7,0 +27,0 @@ # [0.5.0](https://github.com/gemini-testing/json-reporter/compare/v0.4.0...v0.5.0) (2017-10-19)

3

lib/collector/tool/hermione.js

@@ -15,3 +15,4 @@ 'use strict';

file: utils.getRelativePath(filePath),
duration: result.duration || null
duration: result.duration || null,
meta: result.meta
};

@@ -18,0 +19,0 @@

{
"name": "json-reporter",
"version": "0.5.1",
"version": "0.6.0",
"description": "Common plugin for gemini and hermione which is intended to aggregate the results of tests running",

@@ -5,0 +5,0 @@ "main": "gemini.js",

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