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

section-tests

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

section-tests - npm Package Compare versions

Comparing version 1.2.5 to 1.2.6

2

package.json
{
"name": "section-tests",
"version": "1.2.5",
"version": "1.2.6",
"description": "TDD for node.js",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -113,3 +113,3 @@ {

//if (!this.setupStarted) console.log(''), this.setupStarted = true;
console.log(`${this.pad(4)}${chalk.dim('⬇ ')}${chalk.white(message.name)}`);
console.log(`${this.pad(4)}${chalk.dim('⬇ ')}${chalk.grey(message.name)}`);
}

@@ -129,3 +129,3 @@

//if (!this.setupStarted) console.log(''), this.setupStarted = true;
console.log(`${this.pad(4)}${chalk.green('✔ ')}${chalk.white(message.name)}${this.getDurationMark(message)}`);
console.log(`${this.pad(4)}${chalk.dim.green('✔ ')}${chalk.grey(message.name)}${this.getDurationMark(message)}`);
}

@@ -204,3 +204,3 @@

//if (!this.destroyingStarted) console.log(''), this.destroyingStarted = true;
console.log(`${this.pad(4)}${chalk.dim('⬇ ')}${chalk.white(message.name)}`);
console.log(`${this.pad(4)}${chalk.dim('⬇ ')}${chalk.grey(message.name)}`);
}

@@ -220,3 +220,3 @@

//if (!this.destroyingStarted) console.log(''), this.destroyingStarted = true;
console.log(`${this.pad(4)}${chalk.green('✔ ')}${chalk.white(message.name)}${this.getDurationMark(message)}`);
console.log(`${this.pad(4)}${chalk.dim.green('✔ ')}${chalk.grey(message.name)}${this.getDurationMark(message)}`);
}

@@ -223,0 +223,0 @@

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