
Product
Socket for Asana Is Now Available
Create and manage Asana tasks directly from Socket alerts, with manual task creation, automated ticketing rules, and two-way sync.
@snapvisor/core
Advanced tools
The open source visual testing platform for AI-native engineering teams.
Node.js SDK for visual testing with Argos. It powers the Argos CLI and the higher-level integrations (Playwright, Cypress, …), and can be used directly to upload screenshots from Node.js.
Visit the Node.js SDK documentation for guides, the API reference, and more.
npm install @snapvisor/core
Upload a directory of screenshots to Argos and create a build:
import { upload } from "@snapvisor/core";
const { build } = await upload({
// Directory containing the screenshots.
root: "./screenshots",
// Globs matching the screenshots to upload.
files: ["**/*.png"],
// Defaults to the ARGOS_TOKEN environment variable.
token: process.env.ARGOS_TOKEN,
});
console.log(`Build created: ${build.url}`);
FAQs
Node.js SDK for visual testing with Snapvisor.
We found that @snapvisor/core 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.

Product
Create and manage Asana tasks directly from Socket alerts, with manual task creation, automated ticketing rules, and two-way sync.

Security News
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.