
Research
/Security News
OpenAPI React Query Codegen Compromised in Mini Shai-Hulud npm Supply Chain Attack
Ten malicious OpenAPI React Query Codegen versions were published to npm in the Mini Shai-Hulud attack, all with valid provenance.
@snapvisor/api-client
Advanced tools
The open source visual testing platform for AI-native engineering teams.
A typed client for the Argos API, built on openapi-fetch.
npm install @snapvisor/api-client
Create a client and call any endpoint. Requests and responses are fully typed from the Argos OpenAPI schema:
import { createClient } from "@snapvisor/api-client";
const client = createClient({
authToken: process.env.ARGOS_TOKEN,
});
const { data, error } = await client.GET("/project");
if (error) {
throw new Error(error.error);
}
console.log(data);
FAQs
Snapvisor API Client library.
The npm package @snapvisor/api-client receives a total of 26 weekly downloads. As such, @snapvisor/api-client popularity was classified as not popular.
We found that @snapvisor/api-client demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Research
/Security News
Ten malicious OpenAPI React Query Codegen versions were published to npm in the Mini Shai-Hulud attack, all with valid provenance.

Security News
Socket joins more than 100 technology, cybersecurity, and financial organizations calling for a global surge in cyber defense.

Product
Enterprise security teams can now detect malware, credential theft, suspicious network activity, and risky updates across Microsoft Edge extensions.