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

grunt-carpenter

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-carpenter - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

Gruntfile.js

2

package.json
{
"name": "grunt-carpenter",
"description": "Build static sites from markdown and html",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "https://github.com/TxSSC/grunt-carpenter",

@@ -6,0 +6,0 @@ "author": {

@@ -23,4 +23,6 @@ # grunt-carpenter [![Build Status](https://travis-ci.org/TxSSC/grunt-carpenter.png?branch=master)](https://travis-ci.org/TxSSC/grunt-carpenter)

Filename of the file that contains template information regarding the current file. This file fill be looked for upwards in the directory tree. Any keys apart from `layout` and `template` will be merged into the data object before templates are rendered.
Filename of the file that contains template information regarding the current file. This file fill be looked for upwards in the directory tree. Any keys apart from `layout` and `template` will be merged into the data object before templates are rendered.
See [test/fixtures/content/data.json](test/fixtures/content/data.json) for used test fixture data file examples.
#### metadataDelimiter

@@ -75,2 +77,2 @@ Type: `String`

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

@@ -187,3 +187,3 @@ /**

if(!layout) {
grunt.fail.warn("Unable to find layout " + rData.layout);
grunt.fail.warn("Unable to find layout " + layout);
return null;

@@ -193,3 +193,3 @@ }

if(!template) {
grunt.fail.warn("Unable to find template " + rData.template);
grunt.fail.warn("Unable to find template " + template);
return null;

@@ -196,0 +196,0 @@ }

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