New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1 to 2.0.2

28

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

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

],
"author": "Stringz Solutions Ltd <@> (http://)",
"author": "Stringz Solutions Ltd <@> (http://)",
"maintainers": [

@@ -26,14 +26,14 @@ "Peter Flannery (https://github.com/pflannery)"

},
"engines" : {
"node": ">=0.8",
"docpad": "~6.46.3"
},
"devDependencies": {
"coffee-script": "~1.6.2",
"docpad": "~6.46.3"
},
"main": "./out/combiner.plugin.js",
"scripts": {
"test": "node ./out/combiner.test.js"
}
"engines" : {
"node": ">=0.8",
"docpad": ">=6.46"
},
"devDependencies": {
"coffee-script": ">=1.6",
"docpad": ">=6.46"
},
"main": "./out/combiner.plugin.js",
"scripts": {
"test": "node ./out/combiner.test.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