New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

@didwork/sdk

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@didwork/sdk

DidWork — independent verification for software outcomes. Your software said it worked. Did it?

npmnpm
Version
0.0.4
Version published
Weekly downloads
258
296.92%
Maintainers
1
Weekly downloads
 
Created
Source

@didwork/sdk

Your software said it worked. Did it?

DidWork independently verifies that the outcomes software claims to have produced are actually true. Send a claim; DidWork gathers evidence from authoritative systems and returns a verdict: verified, failed, or unknown.

import { did } from "@didwork/sdk";

const result = await did.verify({
  type: "stripe.refund",
  expected: { payment: "pi_123", amount: 4999 },
});

if (result.status === "verified") proceed();

Configure with DIDWORK_API_KEY (get one at didwork.sh), or explicitly via createClient({ apiKey }). Zero dependencies.

Docs: https://didwork.sh/docs

Keywords

verification

FAQs

Package last updated on 29 Aug 2026

Related posts