upstream-radar 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.
@@ -1,2 +1,2 @@
1
- export declare const TOOL_VERSION = "0.5.2";
1
+ export declare const TOOL_VERSION = "0.5.3";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,2 +1,2 @@
1
- export const TOOL_VERSION = '0.5.2';
1
+ export const TOOL_VERSION = '0.5.3';
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "upstream-radar",
3
- "version": "0.5.2",
4
- "description": "Find the exact vulnerable path or breaking update in a DeepSeek Harness plugin, then route evidence to a DSH Agent.",
3
+ "version": "0.5.3",
4
+ "description": "Dependency security monitoring for DeepSeek Harness (DSH) plugins: find the exact vulnerable path or breaking update, then route evidence to a DSH Agent.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "author": "MicroMilo",
@@ -15,15 +15,22 @@
15
15
  },
16
16
  "keywords": [
17
17
  "deepseek-harness",
18
+ "deepseek",
19
+ "dsh",
18
20
  "dsh-plugin",
21
+ "plugin",
22
+ "plugin-security",
19
23
  "cordis",
20
24
  "dependency-security",
25
+ "dependency-monitoring",
26
+ "dependency-vulnerabilities",
21
27
  "vulnerability-monitoring",
22
28
  "breaking-changes",
23
29
  "supply-chain",
24
30
  "dependency-graph",
25
31
  "osv",
26
32
  "agent-security",
33
+ "ai-agent",
27
34
  "npm"
28
35
  ],
29
36
  "engines": {