Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@forwardimpact/libdoc

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forwardimpact/libdoc - npm Package Compare versions

Comparing version
0.2.29
to
0.2.30
+4
-4
package.json
{
"name": "@forwardimpact/libdoc",
"version": "0.2.29",
"version": "0.2.30",
"description": "Static documentation sites from markdown — publish docs without a framework.",

@@ -43,5 +43,5 @@ "keywords": [

"@forwardimpact/libtelemetry": "^0.1.22",
"@hono/node-server": "^2.0.1",
"hono": "^4.12.18",
"marked": "^18.0.3",
"@hono/node-server": "^2.0.3",
"hono": "^4.12.22",
"marked": "^18.0.4",
"marked-gfm-heading-id": "^4.1.4",

@@ -48,0 +48,0 @@ "marked-highlight": "^2.2.4",

@@ -109,3 +109,3 @@ import { gfmHeadingId } from "marked-gfm-heading-id";

const skipFiles = new Set(["index.template.html", "CNAME"]);
const skipFiles = new Set(["index.template.html", "CNAME", "justfile"]);
this.#fs

@@ -112,0 +112,0 @@ .readdirSync(pagesDir, { withFileTypes: true })