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

@forwardimpact/libformat

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forwardimpact/libformat - npm Package Compare versions

Comparing version
0.1.11
to
0.1.12
+12
-9
package.json
{
"name": "@forwardimpact/libformat",
"version": "0.1.11",
"description": "Render markdown to ANSI for agent-friendly terminal output or HTML for browsers.",
"version": "0.1.12",
"description": "Render markdown to ANSI or HTML — formatted output in any surface without losing structure.",
"keywords": [

@@ -20,9 +20,12 @@ "markdown",

"author": "D. Olsson <hi@senzilla.io>",
"forwardimpact": {
"capability": "agent-capability",
"needs": [
"Render markdown as ANSI",
"Render markdown as HTML"
]
},
"jobs": [
{
"user": "Platform Builders",
"goal": "Enable Agents on Every Surface",
"trigger": "Rendering output in a new surface and getting broken structure or inconsistent results.",
"bigHire": "render structured, consistent output across surfaces without per-target formatting code.",
"littleHire": "add a rendering target or override without duplicating formatting logic.",
"competesWith": "raw unformatted output; per-surface formatting code; tolerating inconsistent rendering"
}
],
"type": "module",

@@ -29,0 +32,0 @@ "main": "./src/index.js",

# libformat
Markdown formatting and text processing utilities for HTML and terminal output.
<!-- BEGIN:description — Do not edit. Generated from package.json. -->
Render markdown to ANSI or HTML — formatted output in any surface without losing
structure.
<!-- END:description -->
## Getting Started

@@ -6,0 +11,0 @@