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

@suitest/smst-to-text

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@suitest/smst-to-text - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

5

commonjs/toText.js

@@ -294,3 +294,6 @@ "use strict";

var body = renderTestLineOrCondition(node.children[0], renderTextNode, prefix);
return [body, message].filter(Boolean).join(nl);
var screenshot = node.screenshot
? tab + 'screenshot: ' + node.screenshot
: '';
return [body, message, screenshot].filter(Boolean).join(nl);
};

@@ -297,0 +300,0 @@ exports.toText = function (node, format) {

4

package.json
{
"name": "@suitest/smst-to-text",
"version": "3.0.1",
"version": "3.0.2",
"description": "Utility to convert SMST to plain text or ANSI-styled text",

@@ -35,4 +35,4 @@ "repository": {

"dependencies": {
"@suitest/smst": "^3.0.1"
"@suitest/smst": "^3.0.2"
}
}

@@ -303,3 +303,6 @@ var __assign = (this && this.__assign) || function () {

var body = renderTestLineOrCondition(node.children[0], renderTextNode, prefix);
return [body, message].filter(Boolean).join(nl);
var screenshot = node.screenshot
? tab + 'screenshot: ' + node.screenshot
: '';
return [body, message, screenshot].filter(Boolean).join(nl);
};

@@ -306,0 +309,0 @@ exports.toText = function (node, format) {

Sorry, the diff of this file is not supported yet

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