configsentry 0.0.9 → 0.0.11

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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # ConfigSentry (MVP)
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/configsentry.svg)](https://www.npmjs.com/package/configsentry)
4
+
3
5
  Developer-first guardrails for **docker-compose.yml** (security + ops footguns).
4
6
 
5
7
  ## What it does
@@ -15,7 +17,7 @@ Designed to be **CI-friendly** (non-zero exit code when findings exist).
15
17
 
16
18
  ## Quickstart
17
19
 
18
- ### Run via npx (after npm publish)
20
+ ### Run via npx
19
21
 
20
22
  ```bash
21
23
  npx configsentry ./docker-compose.yml
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "configsentry",
3
- "version": "0.0.9",
3
+ "version": "0.0.11",
4
4
  "description": "Developer-first guardrails for docker-compose.yml (security + ops footguns).",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "author": "Marius Morgenstern",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "https://github.com/alfredMorgenstern/configsentry.git"
10
+ "url": "git+https://github.com/alfredMorgenstern/configsentry.git"
11
11
  },
12
12
  "homepage": "https://configsentry.morgenstern.work",
13
13
  "bugs": {