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

@suitest/types

Package Overview
Dependencies
Maintainers
2
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@suitest/types - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

8

lib/testLineResult.d.ts

@@ -362,5 +362,11 @@ import {LineId} from './testLine';

export type TestLineErrorResult = Exclude<TestLineResult, TestLineSuccessResult>;
export type TestLineExcludedResult = BaseResult & {
result: 'excluded',
errorType?: undefined,
};
export type TestLineErrorResult = Exclude<TestLineResult, TestLineSuccessResult | TestLineExcludedResult>;
export type TestLineResult = TestLineSuccessResult
| TestLineExcludedResult
| SimpleError

@@ -367,0 +373,0 @@ | OutdatedInstrumentationLibraryError

2

package.json
{
"name": "@suitest/types",
"version": "3.0.2",
"version": "3.0.3",
"description": "TypeScript definitions for common data structures",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/SuitestAutomation/suitest#readme",

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