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.1.0 to 0.1.1

10

CHANGELOG.md

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

<a name="0.1.1"></a>
## [0.1.1](https://github.com/gemini-testing/json-reporter/compare/v0.1.0...v0.1.1) (2017-03-15)
### Bug Fixes
* not throw error when configure result if test parent is not defined ([f8180c6](https://github.com/gemini-testing/json-reporter/commit/f8180c6))
<a name="0.1.0"></a>

@@ -7,0 +17,0 @@ # 0.1.0 (2017-03-01)

2

lib/collector/hermione.js

@@ -7,3 +7,3 @@ 'use strict';

const getFilePath = (test) => test && test.file || getFilePath(test.parent);
const getFilePath = (test) => test && (test.file || getFilePath(test.parent));

@@ -10,0 +10,0 @@ exports.configureTestResult = (result) => {

{
"name": "json-reporter",
"version": "0.1.0",
"version": "0.1.1",
"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