Socket
Socket
Sign inDemoInstall

mikehenrty-test-agent

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mikehenrty-test-agent - npm Package Compare versions

Comparing version 0.12.3 to 0.12.4

9

lib/test-agent/mocha/concurrent-reporting-events.js

@@ -190,2 +190,8 @@ (function() {

console.log("GOT START EVENT", envId);
if (this.envQueue[envId]) {
console.log("DUPLICATE START EVENT?", envId);
return;
}
this.total = this.total + data.total;

@@ -216,6 +222,7 @@

if (!this.envQueue[envId]) {
return console.log(
console.log(
'Attempting to log an test event for the environment: "' + envId +
'" but it does not exist.'
);
this.envQueue[envId] = [];
}

@@ -222,0 +229,0 @@ this.envQueue[envId].push(arguments);

2

package.json
{
"name": "mikehenrty-test-agent",
"version": "0.12.3",
"version": "0.12.4",
"author": "James Lal",

@@ -5,0 +5,0 @@ "description": "execute client side tests from browser report back to cli",

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