Skip to content

Commit f1a0599

Browse files
marcstraubeclaude
andauthored
chore: add Socket.dev badge with auto-version via release-please (#75)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c75e8ee commit f1a0599

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![Node.js Version](https://img.shields.io/node/v/@zappzarapp/browser-utils.svg)](https://www.npmjs.com/package/@zappzarapp/browser-utils)
55
[![License](https://img.shields.io/npm/l/@zappzarapp/browser-utils.svg)](https://www.npmjs.com/package/@zappzarapp/browser-utils)
66
[![CI](https://github.com/marcstraube/zappzarapp-node-browser-utils/actions/workflows/ci.yml/badge.svg)](https://github.com/marcstraube/zappzarapp-node-browser-utils/actions/workflows/ci.yml)
7+
[![Socket Badge](https://badge.socket.dev/npm/package/@zappzarapp/browser-utils/1.2.0)](https://badge.socket.dev/npm/package/@zappzarapp/browser-utils/1.2.0)
78

89
Zero-dependency browser utilities with security-first design — type-safe,
910
tree-shakeable, and fully tested.

release-please-config.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
"package-name": "@zappzarapp/browser-utils",
77
"bump-minor-pre-major": true,
88
"bump-patch-for-minor-pre-major": true,
9+
"extra-files": [
10+
{
11+
"type": "generic",
12+
"path": "README.md",
13+
"regex": "badge\\.socket\\.dev/npm/package/@zappzarapp/browser-utils/(?<version>[\\d\\.]+)"
14+
}
15+
],
916
"changelog-sections": [
1017
{
1118
"type": "feat",

0 commit comments

Comments
 (0)