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.0 to 2.0.1

5

out/combiner.plugin.js

@@ -36,6 +36,5 @@ // Generated by CoffeeScript 1.6.3

}).on('add', function(model) {
var _base;
docpad.log('debug', util.format(locale.addingCombine, model.attributes.fullPath));
model.attributes.render = true;
return (_base = model.attributes).write != null ? (_base = model.attributes).write : _base.write = false;
model.set('render', true);
return model.set('write', false);
}));

@@ -42,0 +41,0 @@ return this;

6

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

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

"node": ">=0.8",
"docpad": ">=6.1 <7"
"docpad": "~6.46.3"
},
"devDependencies": {
"coffee-script": "~1.6.2",
"docpad": ">=6.37 <7"
"docpad": "~6.46.3"
},

@@ -34,0 +34,0 @@ "main": "./out/combiner.plugin.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