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

standardwebhooks

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

standardwebhooks

Standard Webhooks for TypeScript

Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
20M
-20.23%
Maintainers
1
Weekly downloads
 
Created
Source

Typescript/Javascript library for Standard Webhooks

Example

Verifying a webhook payload:

import { Webhook } from "standardwebhooks"

const wh = new Webhook(base64_secret);
wh.verify(webhook_payload, webhook_headers);

Development

Requirements

  • node
  • npm

Building the library

npm install
npm run build

Contributing

Before opening a PR be sure to format your code!

npm run check:fix

Running Tests

Simply run:

npm test

Keywords

webhooks

FAQs

Package last updated on 28 Aug 2026

Related posts