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

@suitest/smst

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@suitest/smst - npm Package Compare versions

Comparing version 4.2.2 to 4.4.3

LICENSE

5

package.json
{
"name": "@suitest/smst",
"version": "4.2.2",
"version": "4.4.3",
"description": "UNIST definition and JSX factory for Suitest test lines rendering",

@@ -33,3 +33,4 @@ "homepage": "https://suite.st/",

"unist-builder": "^2.0.3"
}
},
"gitHead": "75ec0512ed410119093b33a98464beeba9792dd8"
}

@@ -79,3 +79,3 @@ export type TextNode = {

children: TestLineNode[],
message?: InlineTextNode[],
message?: Array<InlineTextNode | LinkNode>,
screenshot?: string,

@@ -91,3 +91,4 @@ docs?: string,

export type SingleNode = InlineTextNode
export type SingleNode =
| InlineTextNode
| CodeBlockNode

@@ -94,0 +95,0 @@ | PropertyNode

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