markdown-loader
Advanced tools
Comparing version 4.0.0 to 5.0.0
Changelog | ||
--------- | ||
### 5.0.0 | ||
- Update dependencies | ||
- **Breaking** marked@0.6.0 @tmorehouse [Changelog](https://github.com/markedjs/marked/releases/tag/v0.6.0) | ||
- switch to snapshot tests @meaku | ||
- reduce shipped files via npm @styfle | ||
- fix URL to marked repo @styfle | ||
### 4.0.0 | ||
@@ -5,0 +13,0 @@ |
{ | ||
"name": "markdown-loader", | ||
"version": "4.0.0", | ||
"version": "5.0.0", | ||
"description": "markdown-loader for webpack", | ||
"main": "index.js", | ||
"files": [ | ||
"index.js" | ||
], | ||
"scripts": { | ||
@@ -26,11 +29,11 @@ "test": "ava test/*.test.js" | ||
"dependencies": { | ||
"loader-utils": "^1.1.0", | ||
"marked": "^0.5.0" | ||
"loader-utils": "^1.2.3", | ||
"marked": "^0.6.0" | ||
}, | ||
"devDependencies": { | ||
"ava": "^0.25.0", | ||
"highlight.js": "^9.9.0", | ||
"ava": "^1.0.1", | ||
"highlight.js": "^9.13.1", | ||
"html-loader": "^0.5.5", | ||
"webpack": "^4.10.0" | ||
"webpack": "^4.28.4" | ||
} | ||
} |
markdown-loader | ||
=============== | ||
markdown-loader for webpack using [marked](https://github.com/chjj/marked). | ||
markdown-loader for webpack using [marked](https://github.com/markedjs/marked). | ||
@@ -6,0 +6,0 @@ [![](https://img.shields.io/npm/v/markdown-loader.svg)](https://www.npmjs.com/package/markdown-loader) |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
0
0
4544
4
10
2
+ Addedmarked@0.6.3(transitive)
- Removedmarked@0.5.2(transitive)
Updatedloader-utils@^1.2.3
Updatedmarked@^0.6.0