
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
@snapvisor/puppeteer
Advanced tools
The open source visual testing platform for AI-native engineering teams.
Capture stable Argos screenshots from your Puppeteer tests.
Visit the Puppeteer SDK documentation for guides, the API reference, and more.
Install the SDK alongside the Argos CLI, which uploads the screenshots to Argos:
npm install --save-dev @snapvisor/puppeteer @snapvisor/cli
Use argosScreenshot to stabilize the UI and capture a screenshot:
import puppeteer from "puppeteer";
import { argosScreenshot } from "@snapvisor/puppeteer";
const browser = await puppeteer.launch();
const page = await browser.newPage();
await page.goto("http://localhost:3000");
await argosScreenshot(page, "homepage");
await browser.close();
Screenshots are saved locally (in ./screenshots/argos by default). Upload them to Argos with the Argos CLI, usually at the end of your CI job:
npx @snapvisor/cli upload ./screenshots
FAQs
Puppeteer SDK for visual testing with Snapvisor.
We found that @snapvisor/puppeteer 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
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.