@coo-quack/sensitive-canary 0.5.2 → 0.5.3
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/CHANGELOG.md +22 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
## v0.5.2 (2026-03-31)
|
|
2
|
+
|
|
3
|
+
### Security
|
|
4
|
+
|
|
5
|
+
- Add `minimumReleaseAge` to renovate.json to prevent supply chain attacks
|
|
6
|
+
- Waits 7 days before auto-merging dependency updates
|
|
7
|
+
- Reduces risk of package takeover attacks
|
|
8
|
+
- Blocks immediate auto-merge of newly published packages
|
|
9
|
+
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
## v0.5.2 (2026-03-31)
|
|
13
|
+
|
|
14
|
+
### Security
|
|
15
|
+
|
|
16
|
+
- Add `minimumReleaseAge` to renovate.json to prevent supply chain attacks
|
|
17
|
+
- Waits 7 days before auto-merging dependency updates
|
|
18
|
+
- Reduces risk of package takeover attacks
|
|
19
|
+
- Blocks immediate auto-merge of newly published packages
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
1
23
|
# Changelog
|
|
2
24
|
|
|
3
25
|
## v0.5.1 (2026-03-15)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coo-quack/sensitive-canary",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.3",
|
|
4
4
|
"description": "Claude Code hooks that block secrets and PII before they reach the Anthropic API",
|
|
5
5
|
"homepage": "https://coo-quack.github.io/sensitive-canary/",
|
|
6
6
|
"type": "module",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@biomejs/biome": "^2.4.4",
|
|
24
24
|
"@types/node": "^25.3.0",
|
|
25
|
-
"typescript": "^
|
|
25
|
+
"typescript": "^6.0.0",
|
|
26
26
|
"vitepress": "^1.6.4",
|
|
27
27
|
"vitest": "^4.0.18"
|
|
28
28
|
},
|