Skip to content

Commit d91fe94

Browse files
committed
fix: revert vitest alias experiment, restore README coverage badge
1 parent cfd6b1b commit d91fe94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Socket Badge](https://socket.dev/api/badge/npm/package/@socketsecurity/lib)](https://socket.dev/npm/package/@socketsecurity/lib)
44
[![CI](https://github.com/SocketDev/socket-lib/actions/workflows/ci.yml/badge.svg)](https://github.com/SocketDev/socket-lib/actions/workflows/ci.yml)
5-
![Coverage](https://img.shields.io/badge/coverage-50.05%25-yellow)
5+
![Coverage](https://img.shields.io/badge/coverage-84%25-brightgreen)
66

77
[![Follow @SocketSecurity](https://img.shields.io/twitter/follow/SocketSecurity?style=social)](https://twitter.com/SocketSecurity)
88
[![Follow @socket.dev on Bluesky](https://img.shields.io/badge/Follow-@socket.dev-1DA1F2?style=social&logo=bluesky)](https://bsky.app/profile/socket.dev)
@@ -141,7 +141,7 @@ Helpers for arrays, objects, strings, promises, sorting, and more.
141141
- **Cross-platform** - Works on Windows, macOS, and Linux
142142
- **TypeScript-first** - Full type safety with .d.ts files
143143
- **Zero dependencies** (for core HTTP - uses Node.js native modules)
144-
- **Well-tested** - 50% line coverage with 6600+ tests across 145 test files
144+
- **Well-tested** - 6600+ tests across 145 test files
145145
- **Security-focused** - Safe defaults, command injection protection
146146
- **CommonJS output** - Compatible with Node.js tooling
147147

0 commit comments

Comments
 (0)