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
0
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 3.1.0 to 3.1.1

10

CHANGELOG.md

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

<a name="3.1.1"></a>
## [3.1.1](https://github.com/gemini-testing/json-reporter/compare/v3.1.0...v3.1.1) (2025-01-21)
### Bug Fixes
* populate plugin parsed config to testplane config ([43c52c6](https://github.com/gemini-testing/json-reporter/commit/43c52c6))
<a name="3.1.0"></a>

@@ -7,0 +17,0 @@ # [3.1.0](https://github.com/gemini-testing/json-reporter/compare/v3.0.0...v3.1.0) (2024-04-22)

2

package.json
{
"name": "json-reporter",
"version": "3.1.0",
"version": "3.1.1",
"description": "Common plugin for testplane and hermione which is intended to aggregate the results of tests running",

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

@@ -10,2 +10,4 @@ 'use strict';

Object.assign(opts, config);
if (!config.enabled) {

@@ -12,0 +14,0 @@ return;

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