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 4.1.0 to 4.2.0

4

index.js

@@ -121,3 +121,3 @@ import * as assert from './assert.js'

console.log(`≫ skip ${test.name}` + (test.tag ? ` [${test.tag}]` : '')) :
console.log(`%c${test.name} ≫` + (test.tag ? ` [${test.tag}]` : ''), 'color: #dadada')
console.log(`%c${test.name} ≫`, 'color: #dadada')
skipped += 1

@@ -128,3 +128,3 @@ return dequeue()

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

@@ -131,0 +131,0 @@ }

{
"name": "tst",
"description": "Tape-compatible test runner",
"version": "4.1.0",
"version": "4.2.0",
"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