New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

test-agent

Package Overview
Dependencies
Maintainers
6
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

test-agent - npm Package Compare versions

Comparing version 0.17.0 to 0.17.1

3

lib/test-agent/common/blanket-cover-events.js

@@ -56,3 +56,4 @@ (function() {

filename = (filename === "Global Total" ? filename : filename.substr(0, filename.indexOf('?')));
filename = (filename === "Global Total" ? filename :
(filename.substr(0, filename.indexOf('?')) || filename));
outputFormat = formatPrefix;

@@ -59,0 +60,0 @@ outputFormat += fileNameColor + filename + originColor + seperator;

{
"name": "test-agent",
"version": "0.17.0",
"version": "0.17.1",
"author": "James Lal",

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

Sorry, the diff of this file is too big to display

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