You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

markdown-it-async

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

markdown-it-async - npm Package Compare versions

Comparing version

to
2.1.0

46

package.json
{
"name": "markdown-it-async",
"type": "module",
"version": "2.0.0",
"version": "2.1.0",
"description": "Enhance markdown-it to support async highlight function.",

@@ -18,6 +18,3 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>",

"exports": {
".": {
"types": "./dist/index.d.mts",
"import": "./dist/index.mjs"
}
".": "./dist/index.mjs"
},

@@ -27,10 +24,2 @@ "main": "./dist/index.mjs",

"types": "./dist/index.d.mts",
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./dist/index.d.ts"
]
}
},
"files": [

@@ -44,18 +33,17 @@ "dist"

"devDependencies": {
"@antfu/eslint-config": "^3.14.0",
"@antfu/ni": "^23.2.0",
"@antfu/utils": "^8.1.0",
"@types/node": "^22.10.7",
"bumpp": "^9.10.1",
"eslint": "^9.18.0",
"esno": "^4.8.0",
"lint-staged": "^15.4.1",
"pnpm": "^9.15.4",
"shiki": "^1.27.2",
"@antfu/eslint-config": "^4.4.0",
"@antfu/ni": "^23.3.1",
"@types/node": "^22.13.9",
"bumpp": "^10.0.3",
"eslint": "^9.21.0",
"lint-staged": "^15.4.3",
"pnpm": "^10.5.2",
"shiki": "^3.1.0",
"simple-git-hooks": "^2.11.1",
"tinyglobby": "^0.2.10",
"typescript": "^5.7.3",
"unbuild": "^3.3.1",
"vite": "^6.0.7",
"vitest": "^3.0.2"
"tinyglobby": "^0.2.12",
"tsx": "^4.19.3",
"typescript": "^5.8.2",
"unbuild": "^3.5.0",
"vite": "^6.2.0",
"vitest": "^3.0.7"
},

@@ -73,3 +61,3 @@ "simple-git-hooks": {

"release": "bumpp && pnpm publish",
"start": "esno src/index.ts",
"start": "tsx src/index.ts",
"test": "vitest",

@@ -76,0 +64,0 @@ "typecheck": "tsc --noEmit"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet