|
5 | 5 | <p> |
6 | 6 | <img src="https://img.shields.io/npm/v/@zalko/linkedin-parser?style=flat-square&color=blue" alt="npm version" /> |
7 | 7 | <img src="https://img.shields.io/npm/dt/@zalko/linkedin-parser?style=flat-square&color=green" alt="downloads" /> |
8 | | - <img src="https://img.shields.io/badge/coverage-96%25-brightgreen?style=flat-square" alt="coverage" /> |
9 | | - <img src="https://img.shields.io/github/actions/workflow/status/zalkowitsch/linkedin-parser/test.yml?style=flat-square&label=tests" alt="tests" /> |
| 8 | + <img src="https://img.shields.io/badge/coverage-95.6%25-brightgreen?style=flat-square" alt="coverage" /> |
10 | 9 | <img src="https://img.shields.io/bundlephobia/minzip/@zalko/linkedin-parser?style=flat-square&color=orange" alt="bundle size" /> |
11 | 10 | <img src="https://img.shields.io/node/v/@zalko/linkedin-parser?style=flat-square&color=darkgreen" alt="node version" /> |
12 | 11 | <img src="https://img.shields.io/npm/types/@zalko/linkedin-parser?style=flat-square&color=blue" alt="typescript" /> |
13 | | - <img src="https://img.shields.io/github/license/zalkowitsch/linkedin-parser?style=flat-square&color=purple" alt="license" /> |
14 | | - <img src="https://img.shields.io/npm/l/@zalko/linkedin-parser?style=flat-square&color=red" alt="maintenance" /> |
| 12 | + <img src="https://img.shields.io/npm/l/@zalko/linkedin-parser?style=flat-square&color=red" alt="license" /> |
15 | 13 | </p> |
16 | 14 |
|
17 | 15 | **A clean, lightweight TypeScript library for parsing LinkedIn PDF resumes and extracting structured profile data.** |
18 | 16 |
|
| 17 | +> ℹ️ **Note:** This is a newly published package. Download statistics and bundle size metrics may take 24-48 hours to populate. |
| 18 | +
|
19 | 19 | <p> |
20 | | - <img src="https://img.shields.io/snyk/vulnerabilities/npm/@zalko/linkedin-parser?style=flat-square&color=red" alt="vulnerabilities" /> |
| 20 | + <img src="https://img.shields.io/badge/tests-51%20passing-success?style=flat-square" alt="tests" /> |
21 | 21 | <img src="https://img.shields.io/github/commit-activity/m/zalkowitsch/linkedin-parser?style=flat-square&color=yellow" alt="activity" /> |
22 | 22 | <img src="https://img.shields.io/github/last-commit/zalkowitsch/linkedin-parser?style=flat-square&color=lightgrey" alt="last commit" /> |
23 | 23 | </p> |
@@ -287,7 +287,7 @@ npm run clean |
287 | 287 | <table> |
288 | 288 | <tr> |
289 | 289 | <td align="center">🧪</td> |
290 | | - <td><strong>Test Coverage</strong><br/>96%+ code coverage with comprehensive test suite</td> |
| 290 | + <td><strong>Test Coverage</strong><br/>95.6% code coverage with comprehensive test suite</td> |
291 | 291 | </tr> |
292 | 292 | <tr> |
293 | 293 | <td align="center">🔒</td> |
|
0 commit comments