metalsmith
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -5,20 +5,2 @@ # 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 | ||
@@ -252,4 +234,3 @@ ### 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 | ||
@@ -256,0 +237,0 @@ [2.1.0]: https://github.com/metalsmith/metalsmith/compare/v2.0.1...v2.1.0 |
{ | ||
"name": "metalsmith", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"license": "MIT", | ||
@@ -16,11 +16,13 @@ "repository": "git://github.com/segmentio/metalsmith.git", | ||
"absolute": "0.0.1", | ||
"chalk": "^1.1.3", | ||
"clone": "^1.0.2", | ||
"co-fs-extra": "^1.2.1", | ||
"async": "~0.9.0", | ||
"chalk": "^0.5.0", | ||
"clone": "^0.1.11", | ||
"co-fs-extra": "0.0.2", | ||
"commander": "^2.6.0", | ||
"fs-extra": "~0.10.0", | ||
"gray-matter": "^2.0.0", | ||
"has-generators": "^1.0.1", | ||
"is": "^3.1.0", | ||
"is": "^2.2.0", | ||
"is-utf8": "~0.2.0", | ||
"recursive-readdir": "^2.1.0", | ||
"recursive-readdir": "^1.3.0", | ||
"rimraf": "^2.2.8", | ||
@@ -40,3 +42,3 @@ "stat-mode": "^0.2.0", | ||
"metalsmith-markdown": "0.2.1", | ||
"mocha": "^3.0.2" | ||
"mocha": "^2.2.5" | ||
}, | ||
@@ -43,0 +45,0 @@ "keywords": [ |
@@ -216,3 +216,3 @@ | ||
to ignore. Functions are called with the full path to the file as their first | ||
argument, and the `stat` object returned by Node's `fs.stat` function as their | ||
argument, and the `lstat` object returned by Node's `fs.lstat` 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
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
0
33622
18
10
+ Addedasync@~0.9.0
+ Addedfs-extra@~0.10.0
+ Addedansi-regex@0.2.1(transitive)
+ Addedansi-styles@1.1.0(transitive)
+ Addedasync@0.9.2(transitive)
+ Addedchalk@0.5.1(transitive)
+ Addedclone@0.1.19(transitive)
+ Addedco-fs@1.2.0(transitive)
+ Addedco-fs-extra@0.0.2(transitive)
+ Addedfs-extra@0.10.00.12.0(transitive)
+ Addedhas-ansi@0.1.0(transitive)
+ Addedis@2.2.1(transitive)
+ Addedjsonfile@1.2.0(transitive)
+ Addedlru-cache@2.7.3(transitive)
+ Addedminimatch@0.3.0(transitive)
+ Addedminimist@1.2.8(transitive)
+ Addedmkdirp@0.5.6(transitive)
+ Addedncp@0.5.10.6.0(transitive)
+ Addedrecursive-readdir@1.3.0(transitive)
+ Addedsigmund@1.0.1(transitive)
+ Addedstrip-ansi@0.3.0(transitive)
+ Addedsupports-color@0.2.0(transitive)
+ Addedthunkify@0.0.1(transitive)
- Removedansi-regex@2.1.1(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedchalk@1.1.3(transitive)
- Removedclone@1.0.4(transitive)
- Removedco-fs-extra@1.2.1(transitive)
- Removedenable@1.3.2(transitive)
- Removedfs-extra@0.26.7(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedis@3.3.0(transitive)
- Removedklaw@1.3.1(transitive)
- Removedrecursive-readdir@2.2.3(transitive)
- Removedstrip-ansi@3.0.1(transitive)
- Removedsupports-color@2.0.0(transitive)
- Removedthunkify-wrap@1.0.4(transitive)
Updatedchalk@^0.5.0
Updatedclone@^0.1.11
Updatedco-fs-extra@0.0.2
Updatedis@^2.2.0
Updatedrecursive-readdir@^1.3.0