Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

lightfoot

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lightfoot - npm Package Compare versions

Comparing version
1.5.0
to
1.5.1
+2
-2
package.json
{
"name": "lightfoot",
"version": "1.5.0",
"version": "1.5.1",
"description": "Run your own tests in a real browser with selenium then stream the results out.",

@@ -20,3 +20,3 @@ "main": "index.js",

"async": "^0.9.0",
"chalk": "^0.5.1",
"chalk": "^1.0.0",
"leadfoot": "^1.1.1",

@@ -23,0 +23,0 @@ "merge-stream": "^0.1.6",

@@ -77,3 +77,3 @@ var Transform = require('stream').Transform

this._passed++
msg += chalk.green('✔ ') + chunk.name + ' ' + chalk.gray(prettyMs(chunk.runtime))
msg += chalk.green('✔ ') + chunk.name + ' ' + chalk.gray(prettyMs(chunk.runtime || 0))
self._lastAssertions.forEach(function (assert) {

@@ -80,0 +80,0 @@ if (!self.verbose || !assert.message) return