Socket
Socket
Sign inDemoInstall

@tapjs/reporter

Package Overview
Dependencies
Maintainers
2
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tapjs/reporter - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

2

dist/esm/source.js

@@ -71,3 +71,3 @@ // Syntax-highlighted source code tag

chalk.bold('┛') +
' '.repeat(len - (numLen + at.columnNumber))))
' '.repeat(len - (numLen + at.columnNumber) - 1)))
: '';

@@ -74,0 +74,0 @@ const context = [title];

{
"name": "@tapjs/reporter",
"version": "1.3.2",
"version": "1.3.3",
"description": "Pretty test output reporters for tap",

@@ -60,4 +60,4 @@ "tshy": {

"dependencies": {
"@tapjs/config": "2.4.2",
"@tapjs/test": "1.3.6",
"@tapjs/config": "2.4.3",
"@tapjs/stack": "1.2.5",
"chalk": "^5.2.0",

@@ -68,10 +68,11 @@ "ink": "^4.4.1",

"patch-console": "^2.0.0",
"prismjs": "^1.29.0",
"prismjs-terminal": "^1.2.3",
"react": "^18.2.0",
"string-length": "^6.0.0",
"tcompare": "6.4.1"
"tap-parser": "15.2.0",
"tap-yaml": "2.2.0",
"tcompare": "6.4.2"
},
"peerDependencies": {
"@tapjs/core": "1.3.6"
"@tapjs/core": "1.3.7"
},

@@ -78,0 +79,0 @@ "tap": {

Sorry, the diff of this file is not supported yet

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