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

tst

Package Overview
Dependencies
Maintainers
0
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 8.0.1 to 8.0.2

2

package.json
{
"name": "tst",
"description": "Tests without efforts",
"version": "8.0.1",
"version": "8.0.2",
"repository": "dy/tst",

@@ -6,0 +6,0 @@ "author": "Dmitry Iv.",

@@ -158,5 +158,5 @@ const GREEN = '\u001b[32m', RED = '\u001b[31m', YELLOW = '\u001b[33m', RESET = '\u001b[0m', CYAN = '\u001b[36m', GRAY = '\u001b[30m'

if (isNode) process.exit(failed ? 1 : 0)
if (isNode) process.exit(failed.length ? 1 : 0)
})
export * from './assert.js'
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