+2
-2
| { | ||
| "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 |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
19840
0.03%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated