@ast/markdown
Advanced tools
Comparing version 0.7.3 to 0.7.4
{ | ||
"name": "@ast/markdown", | ||
"version": "0.7.3", | ||
"version": "0.7.4", | ||
"description": "Markdown AST.", | ||
@@ -22,9 +22,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@ast/model": "^0.6.2", | ||
"@spellu/engine": "^0.7.2", | ||
"@ast/model": "^0.6.3", | ||
"@spellu/engine": "^0.7.3", | ||
"esmodule-setup": "^1.1.0" | ||
}, | ||
"scripts": { | ||
"postinstall": "yarn run esm-setup link --force", | ||
"build": "yarn run esmc" | ||
"postinstall": "yarn esm-setup link --force", | ||
"build": "yarn esmc" | ||
}, | ||
@@ -35,3 +35,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "cf613f6f5b26a92aff9ebacbd74ecbb691108df1" | ||
"gitHead": "a28064812b00544442b30c91e00dc2dc5a389997" | ||
} |
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
38410
Updated@ast/model@^0.6.3
Updated@spellu/engine@^0.7.3