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 2.1.1 to 2.1.2

2

hermione.js

@@ -24,5 +24,5 @@ 'use strict';

hermione.on(hermione.events.ERROR, (err, data) => collector.addError(data));
hermione.on(hermione.events.ERROR, (err, data) => data && collector.addError(data));
hermione.on(hermione.events.RUNNER_END, () => collector.saveFile());
};
{
"name": "json-reporter",
"version": "2.1.1",
"version": "2.1.2",
"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