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

metalsmith-layouts

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metalsmith-layouts - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

10

History.md

@@ -0,7 +1,11 @@

1.1.0 - July 19, 2015
---------------------
* update dependencies and devDependencies
1.0.1 - July 16, 2015
-----------------------
* Update tests and add Travis CI
---------------------
* update tests and add Travis CI
1.0.0 - November 18, 2014
-----------------------
-------------------------
* remove `inPlace` option

@@ -8,0 +12,0 @@ * use `layout` instead of `template` in the front-matter to specify a layout

@@ -6,3 +6,3 @@ {

"repository": "git://github.com/superwolff/metalsmith-layouts.git",
"version": "1.0.1",
"version": "1.1.0",
"license": "MIT",

@@ -14,15 +14,15 @@ "main": "lib/index.js",

"dependencies": {
"consolidate": "~0.10.0",
"async": "~0.2.10",
"debug": "~0.7.4",
"extend": "~1.2.1",
"multimatch": "^0.1.0",
"lodash.omit": "~2.4.1"
"async": "^1.3.0",
"consolidate": "^0.13.1",
"debug": "^2.2.0",
"extend": "^3.0.0",
"lodash.omit": "^3.1.0",
"multimatch": "^2.0.0"
},
"devDependencies": {
"assert-dir-equal": "0.0.1",
"metalsmith": "^1.0.1",
"mocha": "1.x",
"swig": "~1.3.2"
"assert-dir-equal": "^1.0.1",
"metalsmith": "^2.0.1",
"mocha": "^2.2.5",
"swig": "^1.4.2"
}
}
# metalsmith-layouts
[![Build Status](https://travis-ci.org/superwolff/metalsmith-layouts.svg?branch=update-tests)](https://travis-ci.org/superwolff/metalsmith-layouts) [![Dependency Status](https://david-dm.org/superwolff/metalsmith-layouts.svg)](https://david-dm.org/superwolff/metalsmith-layouts) [![devDependency Status](https://david-dm.org/superwolff/metalsmith-layouts/dev-status.svg)](https://david-dm.org/superwolff/metalsmith-layouts#info=devDependencies)
[![Release](http://img.shields.io/github/release/superwolff/metalsmith-layouts.svg)](https://github.com/superwolff/metalsmith-layouts/releases) [![Build Status](https://travis-ci.org/superwolff/metalsmith-layouts.svg)](https://travis-ci.org/superwolff/metalsmith-layouts) [![Dependency Status](https://david-dm.org/superwolff/metalsmith-layouts.svg)](https://david-dm.org/superwolff/metalsmith-layouts) [![devDependency Status](https://david-dm.org/superwolff/metalsmith-layouts/dev-status.svg)](https://david-dm.org/superwolff/metalsmith-layouts#info=devDependencies)

@@ -5,0 +5,0 @@ > A metalsmith plugin for layouts

Sorry, the diff of this file is not supported yet

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