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.4.3 to 4.7.0

4

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

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

},
"gitHead": "75ec0512ed410119093b33a98464beeba9792dd8"
"gitHead": "c07c2699c292fdf0afd1f70566488dffcf032770"
}

@@ -41,3 +41,3 @@ type SingleNode = import('./unistTestLine').SingleNode;

expectedValue: SmstNode,
actualValue?: string | number,
actualValue?: string | number | boolean,
status?: SingleEntryStatus,

@@ -44,0 +44,0 @@ },

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

expectedValue: InlineTextNode[],
actualValue?: string | number,
actualValue?: string | number | boolean,
status?: SingleEntryStatus,

@@ -42,0 +42,0 @@ };

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