docpad-plugin-cleanurls
Advanced tools
Comparing version 2.9.0 to 2.10.0
@@ -105,3 +105,3 @@ // Generated by CoffeeScript 1.12.5 | ||
collection = docpad.getCollection(config.collectionName); | ||
TaskGroup = require('taskgroup'); | ||
TaskGroup = require('taskgroup').TaskGroup; | ||
safefs = require('safefs'); | ||
@@ -108,0 +108,0 @@ pathUtil = require('path'); |
# History | ||
## v2.10.0 2017 April 17 | ||
- Updated dependencies | ||
## v2.9.0 2017 April 17 | ||
@@ -4,0 +7,0 @@ - Updated base files |
{ | ||
"title": "Clean URLs Plugin for DocPad", | ||
"name": "docpad-plugin-cleanurls", | ||
"version": "2.9.0", | ||
"version": "2.10.0", | ||
"description": "Adds support for clean URLs to DocPad", | ||
@@ -92,4 +92,4 @@ "homepage": "https://github.com/docpad/docpad-plugin-cleanurls", | ||
"dependencies": { | ||
"safefs": "^3.1.0", | ||
"taskgroup": "^4.3.0" | ||
"safefs": "^4.1.0", | ||
"taskgroup": "^5.0.1" | ||
}, | ||
@@ -96,0 +96,0 @@ "devDependencies": { |
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
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
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
53205
0
Updatedsafefs@^4.1.0
Updatedtaskgroup@^5.0.1