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.10
to
0.1.11
+15
-14
package.json
{
"name": "@forwardimpact/libformat",
"version": "0.1.10",
"version": "0.1.11",
"description": "Render markdown to ANSI for agent-friendly terminal output or HTML for browsers.",

@@ -12,2 +12,10 @@ "keywords": [

],
"homepage": "https://www.forwardimpact.team",
"repository": {
"type": "git",
"url": "git+https://github.com/forwardimpact/monorepo.git",
"directory": "libraries/libformat"
},
"license": "Apache-2.0",
"author": "D. Olsson <hi@senzilla.io>",
"forwardimpact": {

@@ -20,4 +28,2 @@ "capability": "agent-capability",

},
"license": "Apache-2.0",
"author": "D. Olsson <hi@senzilla.io>",
"type": "module",

@@ -32,6 +38,2 @@ "main": "./src/index.js",

],
"engines": {
"bun": ">=1.2.0",
"node": ">=18.0.0"
},
"scripts": {

@@ -45,13 +47,12 @@ "test": "bun test test/*.test.js"

},
"repository": {
"type": "git",
"url": "git+https://github.com/forwardimpact/monorepo.git",
"directory": "libraries/libformat"
"devDependencies": {
"@forwardimpact/libharness": "^0.1.5"
},
"engines": {
"bun": ">=1.2.0",
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@forwardimpact/libharness": "^0.1.5"
}
}