New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tst

Package Overview
Dependencies
Maintainers
3
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tst - npm Package Compare versions

Comparing version 5.0.4 to 5.0.5

12

index.js

@@ -57,4 +57,4 @@ import * as assert from './assert.js'

isNode ?
console.log(`≫ ${test.name}` + (test.tag ? ` | ${test.tag}` : '')) :
console.log(`%c ${test.name} ≫`, 'color: #dadada')
console.log(`≫ ${test.name}` + (test.tag ? ` (${test.tag})` : '')) :
console.log(`%c${test.name} ≫` + (test.tag ? ` (${test.tag})` : ''), 'color: #dadada')
})

@@ -65,4 +65,4 @@ }

queue = queue.then(() => {
isNode ? console.log(`≫ ${test.name}` + (test.tag ? ` | ${test.tag}` : '')) :
console.log(`%c ${test.name} 🚧`, 'color: #dadada')
isNode ? console.log(`≫ ${test.name}` + (test.tag ? ` (${test.tag})` : '')) :
console.log(`%c${test.name} 🚧` + (test.tag ? ` (${test.tag})` : ''), 'color: #dadada')
})

@@ -103,4 +103,4 @@ }

isNode ? console.log(`▶ ${test.name}` + (test.tag ? ` | ${test.tag}` : '')) :
console.group(test.index + '. ' + test.name + (test.tag ? ` | ${test.tag}` : ''))
isNode ? console.log(`▶ ${test.name}` + (test.tag ? ` (${test.tag})` : '')) :
console.group(test.name + (test.tag ? ` (${test.tag})` : ''))

@@ -107,0 +107,0 @@ let result

{
"name": "tst",
"description": "Tape-compatible test runner",
"version": "5.0.4",
"version": "5.0.5",
"repository": "dy/tst",

@@ -6,0 +6,0 @@ "author": "Dmitry Yv",

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