
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
@validpay/node-sdk
Advanced tools
ValidPay Node.js SDK — Document verification and authentication API client
Official Node.js SDK for the ValidPay document verification API.
ValidPay provides cryptographic document verification infrastructure. This SDK enables issuers (banks, fintechs, check printers) to create tamper-proof verification intents and allows verifiers to authenticate documents in real-time.
npm install @validpay/node-sdk
import { ValidPayClient } from '@validpay/node-sdk';
const client = new ValidPayClient({
apiKey: process.env.VALIDPAY_API_KEY,
});
// Create a verification intent
const intent = await client.createIntent({
documentType: 'check',
payload: { payee: 'Jane Doe', amount: 1500.00 },
});
// intent.id → embed in QR code
// intent.verifyUrl → direct verification link
Full API documentation: https://validpay.io/docs
Private Beta — Contact mike@validpay.io for API access.
MIT — Copyright (c) 2026 MiLu Technologies LLC
FAQs
Official ValidPay Node.js SDK — client-side AES-256-GCM encryption + commitment hashing + split-key + selective disclosure + revocation. Zero production dependencies.
The npm package @validpay/node-sdk receives a total of 309 weekly downloads. As such, @validpay/node-sdk popularity was classified as not popular.
We found that @validpay/node-sdk 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.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.