@hookflo/tern 4.4.0 → 4.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@hookflo/tern)](https://www.npmjs.com/package/@hookflo/tern)
6
6
  [![TypeScript](https://img.shields.io/badge/TypeScript-Strict-blue)](https://www.typescriptlang.org/)
7
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
7
+ ![npm installs](https://img.shields.io/npm/dt/@hookflo/tern?style=flat-square&logo=npm&label=installs&color=111827)
8
8
  [![Zero Dependencies](https://img.shields.io/badge/dependencies-0-brightgreen)](package.json)
9
9
 
10
10
  Stop writing webhook verification from scratch. **Tern** handles signature verification for Stripe, GitHub, Clerk, Shopify, and 15+ more platforms — with one consistent API. It also verifies **Standard Webhooks** (including Svix-style `svix-*` and canonical `webhook-*` headers) through a single `standardwebhooks` platform config.
@@ -192,9 +192,9 @@ app.post('/webhooks/stripe', createWebhookHandler({
192
192
  | **Grafana** | HMAC-SHA256 | ✅ Tested |
193
193
  | **Doppler** | HMAC-SHA256 | ✅ Tested |
194
194
  | **Sanity** | HMAC-SHA256 | ✅ Tested |
195
- | **Svix** | HMAC-SHA256 | ⚠️ Untested for now |
195
+ | **Svix** | HMAC-SHA256 | Tested |
196
196
  | **Standard Webhooks** (`standardwebhooks`) | HMAC-SHA256 | ✅ Tested |
197
- | **Linear** | HMAC-SHA256 | ⚠️ Untested for now |
197
+ | **Linear** | HMAC-SHA256 | Tested |
198
198
  | **Razorpay** | HMAC-SHA256 | 🔄 Pending |
199
199
  | **Vercel** | HMAC-SHA256 | 🔄 Pending |
200
200
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hookflo/tern",
3
- "version": "4.4.0",
3
+ "version": "4.4.3",
4
4
  "description": "A robust, scalable webhook verification framework supporting multiple platforms and signature algorithms",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",