@ast/markdown
Advanced tools
Comparing version 0.0.1 to 0.6.0
@@ -377,1 +377,2 @@ import $ from './spellu-engine'; | ||
export default ast$markdown; | ||
//# sourceMappingURL=ast-markdown.d.ts.map |
{ | ||
"name": "@ast/markdown", | ||
"version": "0.0.1", | ||
"version": "0.6.0", | ||
"description": "Markdown AST.", | ||
@@ -13,2 +13,5 @@ "keywords": [ | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=14" | ||
}, | ||
"main": "modules/ast-markdown.mjs", | ||
@@ -19,11 +22,9 @@ "types": "modules/ast-markdown.d.ts", | ||
], | ||
"engines": { | ||
"node": ">=14" | ||
}, | ||
"dependencies": { | ||
"@ast/model": "0.0.0", | ||
"@spellu/engine": "0.2.0" | ||
"@ast/model": "^0.6.0", | ||
"@spellu/engine": "^0.6.2", | ||
"esmodule-setup": "^1.0.0" | ||
}, | ||
"scripts": { | ||
"postinstall": "node scripts/postinstall.js", | ||
"postinstall": "yarn run esm-setup link --force", | ||
"build": "yarn run esmc" | ||
@@ -35,3 +36,3 @@ }, | ||
}, | ||
"gitHead": "3948db0a104f8c2f0a248d112f0f5adb249d54f0" | ||
"gitHead": "a42710a5bed70d16756aae44dbf3f3eb4ca12eb1" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
38296
6
3
592
+ Addedesmodule-setup@^1.0.0
+ Added@ast/model@0.6.4(transitive)
+ Added@spellu/engine@0.6.5(transitive)
+ Addedesmodule-setup@1.2.2(transitive)
- Removed@ast/model@0.0.0(transitive)
- Removed@spellu/engine@0.2.0(transitive)
Updated@ast/model@^0.6.0
Updated@spellu/engine@^0.6.2