Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

testcafe-reporter-spec-time

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

testcafe-reporter-spec-time - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

7

index.js

@@ -1,3 +0,1 @@

const requireStartTime = Date.now()
exports.default = createReporter

@@ -8,2 +6,3 @@ module.exports = createReporter

let fixtureStartTime = -1
const reporterCreatedTime = Date.now()

@@ -36,3 +35,3 @@ return {

.write(this.chalk.grey(
`Startup time (${this.fmtTime(startTime - requireStartTime)})`
`Startup time (${this.fmtTime(startTime - reporterCreatedTime)})`
))

@@ -187,3 +186,3 @@ .newline()

this.write(this.chalk.grey(
`Total time (${this.fmtTime(Date.now() - requireStartTime)})`
`Total time (${this.fmtTime(Date.now() - reporterCreatedTime)})`
)).newline()

@@ -190,0 +189,0 @@ },

{
"name": "testcafe-reporter-spec-time",
"version": "3.0.0",
"version": "3.0.1",
"description": "A testcafe reporter with timing information",

@@ -5,0 +5,0 @@ "repository": "https://github.com/Raynos/testcafe-reporter-spec-time",

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