Skip to content

Commit 8ac863b

Browse files
committed
docs: add badges to package READMEs
Add comprehensive badges to packages/socket (detailed), and minimal badges to packages/cli and packages/cli-with-sentry for better visibility and consistency across the monorepo.
1 parent 6fad3bc commit 8ac863b

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

packages/cli-with-sentry/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# @socketsecurity/cli-with-sentry
22

3+
[![Socket Badge](https://socket.dev/api/badge/npm/package/@socketsecurity/cli-with-sentry)](https://socket.dev/npm/package/@socketsecurity/cli-with-sentry)
4+
[![npm version](https://img.shields.io/npm/v/@socketsecurity/cli-with-sentry.svg)](https://www.npmjs.com/package/@socketsecurity/cli-with-sentry)
5+
[![CI](https://github.com/SocketDev/socket-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/SocketDev/socket-cli/actions/workflows/ci.yml)
6+
37
Socket CLI with integrated Sentry telemetry for enhanced error reporting and monitoring.
48

59
## Overview

packages/cli/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# @socketsecurity/cli
22

3+
[![Socket Badge](https://socket.dev/api/badge/npm/package/@socketsecurity/cli)](https://socket.dev/npm/package/@socketsecurity/cli)
4+
[![npm version](https://img.shields.io/npm/v/@socketsecurity/cli.svg)](https://www.npmjs.com/package/@socketsecurity/cli)
5+
[![CI](https://github.com/SocketDev/socket-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/SocketDev/socket-cli/actions/workflows/ci.yml)
6+
37
Full Socket CLI implementation for supply chain security analysis.
48

59
## Installation

packages/socket/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# socket
22

3+
[![Socket Badge](https://socket.dev/api/badge/npm/package/socket)](https://socket.dev/npm/package/socket)
4+
[![npm version](https://img.shields.io/npm/v/socket.svg)](https://www.npmjs.com/package/socket)
5+
[![npm downloads](https://img.shields.io/npm/dm/socket.svg)](https://www.npmjs.com/package/socket)
6+
[![CI](https://github.com/SocketDev/socket-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/SocketDev/socket-cli/actions/workflows/ci.yml)
7+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
8+
9+
[![Follow @SocketSecurity](https://img.shields.io/twitter/follow/SocketSecurity?style=social)](https://twitter.com/SocketSecurity)
10+
311
Thin Socket CLI wrapper that downloads and delegates to @socketsecurity/cli.
412

513
## Installation

0 commit comments

Comments
 (0)