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

@mdscript/bundler-utils

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/bundler-utils - npm Package Compare versions

Comparing version
0.1.0
to
0.2.0
+16
-8
package.json
{
"name": "@mdscript/bundler-utils",
"version": "0.1.0",
"version": "0.2.0",
"description": "Shared utilities for MDS bundler plugins",

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

"type": "git",
"url": "git+https://github.com/dean0x/mds.git",
"url": "git+https://github.com/dean0x/mdscript.git",
"directory": "packages/bundler-utils"
},
"homepage": "https://github.com/dean0x/mds#readme",
"bugs": "https://github.com/dean0x/mds/issues",
"keywords": ["mds", "bundler", "vite", "rollup", "webpack", "markdown", "template"],
"homepage": "https://github.com/dean0x/mdscript#readme",
"bugs": "https://github.com/dean0x/mdscript/issues",
"keywords": [
"mds",
"bundler",
"vite",
"rollup",
"webpack",
"markdown",
"template"
],
"type": "module",

@@ -43,9 +51,9 @@ "engines": {

"peerDependencies": {
"@mdscript/mds": "^0.1.0"
"@mdscript/mds": "^0.2.0"
},
"devDependencies": {
"@mdscript/mds": "file:../mds",
"@types/node": "^22.0.0",
"typescript": "^5.4.0"
"@types/node": "^25.9.1",
"typescript": "^6.0.3"
}
}