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

@rwx-research/abq

Package Overview
Dependencies
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rwx-research/abq - npm Package Compare versions

Comparing version

to
0.1.0-alpha.7

7

build/types.d.ts

@@ -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;

3

package.json
{
"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": {