Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

metalsmith

Package Overview
Dependencies
Maintainers
6
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metalsmith - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

21

CHANGELOG.md

@@ -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

16

package.json
{
"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.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc