grunt-slice-markdown
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "grunt-slice-markdown", | ||
"description": "Slices a Markdown file in segments, generates HTML, and applies a template to the result. Useful to generate slide shows.", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"homepage": "https://github.com/uhop/grunt-slice-markdown", | ||
@@ -47,3 +47,3 @@ "author": { | ||
"markdown-it-footnote": "^1.0.0", | ||
"markdown-it-highlightjs": "^1.1.1", | ||
"markdown-it-highlightjs": "^2.0.0", | ||
"markdown-it-ins": "^1.0.0", | ||
@@ -50,0 +50,0 @@ "markdown-it-mark": "^1.0.0", |
@@ -61,2 +61,3 @@ # grunt-slice-markdown | ||
- 0.2.1 *refreshed dependencies.* | ||
- 0.2.0 *switched from marked to MarkedownIt.* | ||
@@ -63,0 +64,0 @@ - 0.1.1 *refreshed dependencies.* |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
78192
21
1089
74
5
1
+ Addedlodash._baseassign@3.2.0(transitive)
+ Addedlodash._bindcallback@3.0.1(transitive)
+ Addedlodash._createassigner@3.1.1(transitive)
+ Addedlodash.assign@3.2.0(transitive)
+ Addedmarkdown-it-highlightjs@2.0.0(transitive)
- Removedmarkdown-it-highlightjs@1.1.2(transitive)