🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@mdscript/mds

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mdscript/mds - npm Package Compare versions

Comparing version
0.1.0
to
0.2.0
+16
-9
package.json
{
"name": "@mdscript/mds",
"version": "0.1.0",
"version": "0.2.0",
"description": "Universal JavaScript/TypeScript bindings for the MDS (Markdown Script) compiler — native addon with WASM fallback",

@@ -8,8 +8,15 @@ "license": "MIT",

"type": "git",
"url": "git+https://github.com/dean0x/mds.git",
"url": "git+https://github.com/dean0x/mdscript.git",
"directory": "packages/mds"
},
"homepage": "https://github.com/dean0x/mds#readme",
"bugs": "https://github.com/dean0x/mds/issues",
"keywords": ["markdown", "template", "llm", "prompt", "compiler", "mds"],
"homepage": "https://github.com/dean0x/mdscript#readme",
"bugs": "https://github.com/dean0x/mdscript/issues",
"keywords": [
"markdown",
"template",
"llm",
"prompt",
"compiler",
"mds"
],
"type": "module",

@@ -41,11 +48,11 @@ "engines": {

"dependencies": {
"@mdscript/mds-wasm": "^0.1.0"
"@mdscript/mds-wasm": "^0.2.0"
},
"optionalDependencies": {
"@mdscript/mds-napi": "^0.1.0"
"@mdscript/mds-napi": "^0.2.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"typescript": "^5.4.0"
"@types/node": "^25.9.1",
"typescript": "^6.0.3"
}
}