Skip to content

Commit 38c63b8

Browse files
committed
docs: add npm badges and package links
1 parent 2821bf5 commit 38c63b8

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# 🔐 Secure Input
22

3+
[![npm version](https://badge.fury.io/js/@secure-input%2Fcore.svg)](https://www.npmjs.com/package/@secure-input/core)
4+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
5+
36
**WASM-powered input obfuscation library for preventing client-side scraping**
47

58
A lightweight, framework-agnostic library that uses WebAssembly encryption and Web Workers to protect sensitive input data (like coupon codes) from browser extensions and client-side scrapers.
@@ -10,9 +13,9 @@ This library provides **obfuscation**, not absolute security. It raises the bar
1013

1114
## 📦 Packages
1215

13-
- `@secure-input/core` - Framework-agnostic core library (~15KB gzipped)
14-
- `@secure-input/react` - React hooks and components (~5KB gzipped)
15-
- `@secure-input/wasm` - WASM encryption module (~10KB gzipped)
16+
- [`@secure-input/core`](https://www.npmjs.com/package/@secure-input/core) - Framework-agnostic core library (~15KB gzipped)
17+
- [`@secure-input/react`](https://www.npmjs.com/package/@secure-input/react) - React hooks and components (~5KB gzipped)
18+
- [`@secure-input/wasm`](https://www.npmjs.com/package/@secure-input/wasm) - WASM encryption module (~10KB gzipped)
1619

1720
**Total size: ~30KB gzipped**
1821

0 commit comments

Comments
 (0)