@rwx-research/abq
Advanced tools
Comparing version
@@ -56,2 +56,9 @@ export interface Test { | ||
}; | ||
export interface Location { | ||
file: string; | ||
/** A 1-indexed line number. */ | ||
line?: number; | ||
/** A 1-indexed column number. */ | ||
column?: number; | ||
} | ||
export interface TestResult { | ||
@@ -58,0 +65,0 @@ status: TestResultStatus; |
{ | ||
"name": "@rwx-research/abq", | ||
"version": "0.1.0-alpha.6", | ||
"version": "0.1.0-alpha.7", | ||
"repository": { | ||
@@ -18,3 +18,2 @@ "type": "git", | ||
"prepublishOnly": "npm test" | ||
}, | ||
@@ -21,0 +20,0 @@ "devDependencies": { |
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
17138
0.95%425
1.67%1
-50%