@getcodesentinel/codesentinel 1.6.3 → 1.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,18 +3,10 @@
|
|
|
3
3
|
</p>
|
|
4
4
|
<h1 align="center">CodeSentinel</h1>
|
|
5
5
|
<p align="center">
|
|
6
|
-
<a href="https://github.com/getcodesentinel/codesentinel/actions/workflows/test-code.yml"
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
<img src="https://img.shields.io/npm/v/@getcodesentinel/codesentinel" alt="npm version" />
|
|
11
|
-
</a><!--
|
|
12
|
-
--><a href="https://nodejs.org/">
|
|
13
|
-
<img src="https://img.shields.io/badge/node-%3E%3D22-339933?logo=node.js&logoColor=white" alt="Node.js >=22" />
|
|
14
|
-
</a><!--
|
|
15
|
-
--><a href="https://opensource.org/licenses/MIT">
|
|
16
|
-
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT" />
|
|
17
|
-
</a>
|
|
6
|
+
<a href="https://github.com/getcodesentinel/codesentinel/actions/workflows/test-code.yml"><img src="https://github.com/getcodesentinel/codesentinel/actions/workflows/test-code.yml/badge.svg?branch=main" alt="Test code" /></a>
|
|
7
|
+
<a href="https://www.npmjs.com/package/@getcodesentinel/codesentinel"><img src="https://img.shields.io/npm/v/@getcodesentinel/codesentinel" alt="npm version" /></a>
|
|
8
|
+
<a href="https://nodejs.org/"><img src="https://img.shields.io/badge/node-%3E%3D22-339933?logo=node.js&logoColor=white" alt="Node.js >=22" /></a>
|
|
9
|
+
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT" /></a>
|
|
18
10
|
</p>
|
|
19
11
|
|
|
20
12
|
CodeSentinel is a structural and evolutionary risk analysis engine for modern TypeScript/JavaScript codebases. It turns architecture, change history, and dependency health into a unified risk model that helps engineering teams spot fragility before it becomes failure.
|
package/package.json
CHANGED