Huge News!Announcing our $40M Series B led by Abstract Ventures.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.22.14 to 0.22.15

5

lib/node/bin/server.js

@@ -36,3 +36,4 @@ var server = new (require('../websocket-server')),

alias: 't',
desc: "Path to coverage thresholds files"
desc: "Array of paths to coverage thresholds files",
default: './metadata.json'
}).

@@ -101,3 +102,3 @@

use(Enhancements.BlanketConsoleReporter, {
path: fsPath.join(process.env.PWD, argv['coverage-thresholds'])
paths: argv['coverage-thresholds'].split(' ')
});

@@ -104,0 +105,0 @@

@@ -56,3 +56,4 @@ var Client = require('../../node/client'),

alias: 't',
desc: "Path to coverage thresholds files"
desc: "Array of paths to coverage thresholds files",
default: './metadata.json'
}).

@@ -124,3 +125,3 @@ option('server', {

client.use(Apps.BlanketConsoleReporter, {
path: fsPath.join(process.env.PWD, argv['coverage-thresholds'])
paths: argv['coverage-thresholds'].split(' ')
});

@@ -127,0 +128,0 @@ }

2

package.json
{
"name": "test-agent",
"version": "0.22.14",
"version": "0.22.15",
"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