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

docpad-plugin-cleanurls

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docpad-plugin-cleanurls - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

10

out/cleanurls.plugin.js

@@ -18,3 +18,11 @@ // Generated by CoffeeScript 1.3.3

CleanUrlsPlugin.prototype.docpadReady = function(opts) {
CleanUrlsPlugin.prototype.config = {
environments: {
"static": {
enabled: false
}
}
};
CleanUrlsPlugin.prototype.extendCollections = function(opts) {
var database, docpad;

@@ -21,0 +29,0 @@ docpad = this.docpad;

4

package.json
{
"name": "docpad-plugin-cleanurls",
"version": "2.1.0",
"version": "2.2.0",
"description": "Adds support for clean urls to DocPad",

@@ -28,3 +28,3 @@ "homepage": "https://github.com/bevry/docpad-extras",

"node": ">=0.4.0",
"docpad": ">=6.1.1 <7.0.0"
"docpad": ">=6.3.0 <7.0.0"
},

@@ -31,0 +31,0 @@ "dependencies": {},

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