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

docpad-plugin-combiner

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docpad-plugin-combiner - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

12

out/combiner.plugin.js

@@ -49,2 +49,14 @@ // Generated by CoffeeScript 1.6.3

combineOutCollection = this.docpad.collections.combineOut;
if (!combineOutCollection) {
if (typeof next === "function") {
next();
}
return;
}
if (combineOutCollection.length === 0) {
if (typeof next === "function") {
next();
}
return;
}
combineOutContent = {};

@@ -51,0 +63,0 @@ _ref = combineOutCollection.models;

2

package.json
{
"name": "docpad-plugin-combiner",
"version": "2.0.3",
"version": "2.0.4",
"description": "A Docpad plugin that adds the ability to combine parts to create a final master file",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/pflannery/docpad-plugin-combiner",

@@ -5,2 +5,5 @@ # Combiner Plugin for [DocPad](http://docpad.org)

[![NPM version](https://badge.fury.io/js/docpad-plugin-combiner.png)](https://npmjs.org/package/docpad-plugin-combiner "View this project on NPM")
[![Dependency Status](https://gemnasium.com/pflannery/docpad-plugin-combiner.png)](https://gemnasium.com/pflannery/docpad-plugin-combiner)
[![Gittip donate button](http://img.shields.io/gittip/pflannery.png)](https://www.gittip.com/pflannery/ "Donate weekly to this project using Gittip")
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/pflannery/docpad-plugin-combiner/trend.png)](https://bitdeli.com/free "Bitdeli Badge")

@@ -17,3 +20,3 @@ Convention:

--- cson
---
combine: true

@@ -26,3 +29,3 @@ outPath: scripts/myScript.js

--- cson
---
combine: true

@@ -29,0 +32,0 @@ outPath: scripts/myScript.js

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