markdown-loader
Advanced tools
Comparing version 2.0.0 to 2.0.1
Changelog | ||
--------- | ||
### 2.0.1 | ||
- Update dependencies | ||
- loader-utils@1.1.0 (@kommander) | ||
### 2.0.0 | ||
@@ -5,0 +9,0 @@ - **Breaking:** Drop Node.js 0.12 support |
@@ -8,3 +8,3 @@ "use strict"; | ||
// merge params and default config | ||
const options = loaderUtils.parseQuery(this.query); | ||
const options = loaderUtils.getOptions(this); | ||
@@ -11,0 +11,0 @@ this.cacheable(); |
{ | ||
"name": "markdown-loader", | ||
"version": "2.0.0", | ||
"description": "markdown-loader for webpack", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "ava test/*.test.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/peerigon/markdown-loader" | ||
}, | ||
"keywords": [ | ||
"webpack", | ||
"plugin", | ||
"markdown", | ||
"html" | ||
], | ||
"author": "peerigon <developers@peerigon.com>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/peerigon/markdown-loader/issues" | ||
}, | ||
"homepage": "https://github.com/peerigon/markdown-loader", | ||
"dependencies": { | ||
"loader-utils": "^0.2.16", | ||
"marked": "^0.3.6" | ||
}, | ||
"devDependencies": { | ||
"ava": "^0.18.0", | ||
"highlight.js": "^9.9.0", | ||
"html-loader": "^0.4.4", | ||
"webpack": "^2.2.1" | ||
} | ||
"name": "markdown-loader", | ||
"version": "2.0.1", | ||
"description": "markdown-loader for webpack", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "ava test/*.test.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/peerigon/markdown-loader" | ||
}, | ||
"keywords": [ | ||
"webpack", | ||
"plugin", | ||
"markdown", | ||
"html" | ||
], | ||
"author": "peerigon <developers@peerigon.com>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/peerigon/markdown-loader/issues" | ||
}, | ||
"homepage": "https://github.com/peerigon/markdown-loader", | ||
"dependencies": { | ||
"loader-utils": "^1.1.0", | ||
"marked": "^0.3.6" | ||
}, | ||
"devDependencies": { | ||
"ava": "^0.18.0", | ||
"highlight.js": "^9.9.0", | ||
"html-loader": "^0.4.4", | ||
"webpack": "^2.2.1" | ||
} | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
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
15579
+ Addedbig.js@5.2.2(transitive)
+ Addedemojis-list@3.0.0(transitive)
+ Addedjson5@1.0.2(transitive)
+ Addedloader-utils@1.4.2(transitive)
+ Addedminimist@1.2.8(transitive)
- Removedbig.js@3.2.0(transitive)
- Removedemojis-list@2.1.0(transitive)
- Removedjson5@0.5.1(transitive)
- Removedloader-utils@0.2.17(transitive)
- Removedobject-assign@4.1.1(transitive)
Updatedloader-utils@^1.1.0