metalsmith
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -5,2 +5,20 @@ # Change Log | ||
## [unreleased] | ||
## [2.2.1] | ||
### Changed | ||
* Updated dependencies ([#246]) | ||
* Erroring test reading symbolic link to dir ([#229]) | ||
* Add the packaging metadata to build the metalsmith snap ([#249]) | ||
* Security vulnerability in dependency - upgraded ([#258]) | ||
### Removed | ||
* Unused dependencies | ||
[#229]: https://github.com/metalsmith/metalsmith/pull/229 | ||
[#246]: https://github.com/metalsmith/metalsmith/pull/246 | ||
[#249]: https://github.com/metalsmith/metalsmith/pull/249 | ||
[#258]: https://github.com/metalsmith/metalsmith/pull/258 | ||
## [2.2.0] - August 11, 2016 | ||
@@ -234,3 +252,4 @@ ### Added | ||
[unreleased]: https://github.com/metalsmith/metalsmith/compare/v2.2.1...HEAD | ||
[2.2.1]: https://github.com/metalsmith/metalsmith/compare/v2.2.0...v2.2.1 | ||
[2.2.0]: https://github.com/metalsmith/metalsmith/compare/v2.1.0...v2.2.0 | ||
@@ -237,0 +256,0 @@ [2.1.0]: https://github.com/metalsmith/metalsmith/compare/v2.0.1...v2.1.0 |
{ | ||
"name": "metalsmith", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"license": "MIT", | ||
@@ -16,13 +16,11 @@ "repository": "git://github.com/segmentio/metalsmith.git", | ||
"absolute": "0.0.1", | ||
"async": "~0.9.0", | ||
"chalk": "^0.5.0", | ||
"clone": "^0.1.11", | ||
"co-fs-extra": "0.0.2", | ||
"chalk": "^1.1.3", | ||
"clone": "^1.0.2", | ||
"co-fs-extra": "^1.2.1", | ||
"commander": "^2.6.0", | ||
"fs-extra": "~0.10.0", | ||
"gray-matter": "^2.0.0", | ||
"has-generators": "^1.0.1", | ||
"is": "^2.2.0", | ||
"is": "^3.1.0", | ||
"is-utf8": "~0.2.0", | ||
"recursive-readdir": "^1.3.0", | ||
"recursive-readdir": "^2.1.0", | ||
"rimraf": "^2.2.8", | ||
@@ -42,3 +40,3 @@ "stat-mode": "^0.2.0", | ||
"metalsmith-markdown": "0.2.1", | ||
"mocha": "^2.2.5" | ||
"mocha": "^3.0.2" | ||
}, | ||
@@ -45,0 +43,0 @@ "keywords": [ |
@@ -216,3 +216,3 @@ | ||
to ignore. Functions are called with the full path to the file as their first | ||
argument, and the `lstat` object returned by Node's `fs.lstat` function as their | ||
argument, and the `stat` object returned by Node's `fs.stat` function as their | ||
second argument, and must return either `true` to ignore the file, or `false` to | ||
@@ -219,0 +219,0 @@ keep it. |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
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
34703
16
11
0
1
+ Addedansi-regex@2.1.1(transitive)
+ Addedansi-styles@2.2.1(transitive)
+ Addedchalk@1.1.3(transitive)
+ Addedclone@1.0.4(transitive)
+ Addedco-fs-extra@1.2.1(transitive)
+ Addedenable@1.3.2(transitive)
+ Addedfs-extra@0.26.7(transitive)
+ Addedhas-ansi@2.0.0(transitive)
+ Addedis@3.3.0(transitive)
+ Addedklaw@1.3.1(transitive)
+ Addedrecursive-readdir@2.2.3(transitive)
+ Addedstrip-ansi@3.0.1(transitive)
+ Addedsupports-color@2.0.0(transitive)
+ Addedthunkify-wrap@1.0.4(transitive)
- Removedasync@~0.9.0
- Removedfs-extra@~0.10.0
- Removedansi-regex@0.2.1(transitive)
- Removedansi-styles@1.1.0(transitive)
- Removedasync@0.9.2(transitive)
- Removedchalk@0.5.1(transitive)
- Removedclone@0.1.19(transitive)
- Removedco-fs@1.2.0(transitive)
- Removedco-fs-extra@0.0.2(transitive)
- Removedfs-extra@0.10.00.12.0(transitive)
- Removedhas-ansi@0.1.0(transitive)
- Removedis@2.2.1(transitive)
- Removedjsonfile@1.2.0(transitive)
- Removedlru-cache@2.7.3(transitive)
- Removedminimatch@0.3.0(transitive)
- Removedminimist@1.2.8(transitive)
- Removedmkdirp@0.5.6(transitive)
- Removedncp@0.5.10.6.0(transitive)
- Removedrecursive-readdir@1.3.0(transitive)
- Removedsigmund@1.0.1(transitive)
- Removedstrip-ansi@0.3.0(transitive)
- Removedsupports-color@0.2.0(transitive)
- Removedthunkify@0.0.1(transitive)
Updatedchalk@^1.1.3
Updatedclone@^1.0.2
Updatedco-fs-extra@^1.2.1
Updatedis@^3.1.0
Updatedrecursive-readdir@^2.1.0