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.7 to 2.0.8

6

package.json
{
"name": "docpad-plugin-combiner",
"version": "2.0.7",
"version": "2.0.8",
"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.46 <=6.54.10"
"docpad": ">=6.46"
},
"devDependencies": {
"coffee-script": ">=1.6",
"docpad": ">=6.46 <=6.54.10"
"docpad": ">=6.46"
},

@@ -34,0 +34,0 @@ "main": "./out/combiner.plugin.js",

@@ -57,6 +57,7 @@ # Combiner Plugin for [DocPad](http://docpad.org)

collectionName: "combineOut"
# default sort comparator, for more info on comparators see [Query Engine Guide](http://bevry.me/queryengine/guide)
# default sort comparator
comparator: [filename: 1]
```
For more info on the **sort comparator** see [Query Engine Guide](http://bevry.me/queryengine/guide)
## License

@@ -63,0 +64,0 @@ Licensed under the incredibly [permissive](http://en.wikipedia.org/wiki/Permissive_free_software_licence) [MIT License](http://creativecommons.org/licenses/MIT/)

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