@rwx-research/abq
Advanced tools
Comparing version
@@ -77,5 +77,9 @@ export interface Test { | ||
} | ||
export interface TestResultMessage { | ||
export type TestResultMessage = SingleTestResultMessage | MultipleTestResultsMessage; | ||
export interface SingleTestResultMessage { | ||
test_result: TestResult; | ||
} | ||
export interface MultipleTestResultsMessage { | ||
test_results: TestResult[]; | ||
} | ||
export interface NativeRunnerSpecification { | ||
@@ -82,0 +86,0 @@ type: 'abq_native_runner_specification'; |
{ | ||
"name": "@rwx-research/abq", | ||
"version": "0.1.0-alpha.5", | ||
"version": "0.1.0-alpha.6", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
16977
1.02%418
0.97%2
100%