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

@mdscript/mds-napi

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-napi - npm Package Compare versions

Comparing version
0.1.0
to
0.2.0
+11
-11
package.json
{
"name": "@mdscript/mds-napi",
"version": "0.1.0",
"version": "0.2.0",
"description": "MDS compiler native Node.js bindings (napi-rs)",

@@ -10,7 +10,7 @@ "main": "index.js",

"type": "git",
"url": "git+https://github.com/dean0x/mds.git",
"url": "git+https://github.com/dean0x/mdscript.git",
"directory": "crates/mds-napi"
},
"homepage": "https://github.com/dean0x/mds#readme",
"bugs": "https://github.com/dean0x/mds/issues",
"homepage": "https://github.com/dean0x/mdscript#readme",
"bugs": "https://github.com/dean0x/mdscript/issues",
"keywords": [

@@ -51,10 +51,10 @@ "markdown",

"optionalDependencies": {
"@mdscript/mds-napi-darwin-arm64": "0.1.0",
"@mdscript/mds-napi-darwin-x64": "0.1.0",
"@mdscript/mds-napi-linux-x64-gnu": "0.1.0",
"@mdscript/mds-napi-linux-x64-musl": "0.1.0",
"@mdscript/mds-napi-linux-arm64-gnu": "0.1.0",
"@mdscript/mds-napi-linux-arm64-musl": "0.1.0",
"@mdscript/mds-napi-win32-x64-msvc": "0.1.0"
"@mdscript/mds-napi-darwin-arm64": "0.2.0",
"@mdscript/mds-napi-darwin-x64": "0.2.0",
"@mdscript/mds-napi-linux-x64-gnu": "0.2.0",
"@mdscript/mds-napi-linux-x64-musl": "0.2.0",
"@mdscript/mds-napi-linux-arm64-gnu": "0.2.0",
"@mdscript/mds-napi-linux-arm64-musl": "0.2.0",
"@mdscript/mds-napi-win32-x64-msvc": "0.2.0"
}
}
# @mdscript/mds-napi
Native Node.js bindings for the [MDS (Markdown Script)](https://github.com/dean0x/mds)
Native Node.js bindings for the [MDS (Markdown Script)](https://github.com/dean0x/mdscript)
compiler, built with [napi-rs](https://napi.rs/).

@@ -5,0 +5,0 @@