@traptitech/markdown-it-spoiler
Advanced tools
Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "@traptitech/markdown-it-spoiler", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "!!spoiler!! plugin for markdown-it markdown parser", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"scripts": { | ||
"test": "jest" | ||
}, | ||
"repository": { | ||
@@ -22,5 +25,9 @@ "type": "git", | ||
"homepage": "https://github.com/traPtitech/markdown-it-spoiler#readme", | ||
"dependencies": { | ||
"@types/markdown-it": "*" | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@types/markdown-it": "*", | ||
"jest": "^26.0.1", | ||
"markdown-it": "^11.0.0", | ||
"markdown-it-testgen": "^0.1.6" | ||
} | ||
} |
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
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
13214
0
10
152
4
- Removed@types/markdown-it@*
- Removed@types/linkify-it@5.0.0(transitive)
- Removed@types/markdown-it@14.1.2(transitive)
- Removed@types/mdurl@2.0.0(transitive)