@ecosyste-ms/critical 1.0.20251231 → 1.0.20260101

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 CHANGED
@@ -20,6 +20,8 @@ const db = new Database(databasePath)
20
20
  const pkg = db.prepare('SELECT * FROM packages WHERE name = ?').get('lodash')
21
21
  ```
22
22
 
23
+ See [ecosyste-ms/mcp](https://github.com/ecosyste-ms/mcp) for a full example.
24
+
23
25
  ## Download
24
26
 
25
27
  You can also grab the database directly from the [releases page](../../releases/latest):
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecosyste-ms/critical",
3
- "version": "1.0.20251231",
3
+ "version": "1.0.20260101",
4
4
  "description": "SQLite database of critical packages from ecosyste.ms",
5
5
  "main": "./lib/index.js",
6
6
  "type": "module",