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

docpad-plugin-cleanurls

Package Overview
Dependencies
Maintainers
6
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.10.0 to 2.11.0

.babelrc

6

HISTORY.md
# History
## v2.11.0 2018 March 7
- Fixed an issue with cycling redirects
- Now compiled with CoffeeScript v2
- Updated dependencies
- Updated base files
## v2.10.0 2017 April 17

@@ -4,0 +10,0 @@ - Updated dependencies

45

package.json
{
"title": "Clean URLs Plugin for DocPad",
"name": "docpad-plugin-cleanurls",
"version": "2.10.0",
"version": "2.11.0",
"description": "Adds support for clean URLs to DocPad",

@@ -24,3 +24,2 @@ "homepage": "https://github.com/docpad/docpad-plugin-cleanurls",

"opencollective",
"gratipay",
"flattr",

@@ -36,3 +35,2 @@ "paypal",

"opencollectiveUsername": "bevry",
"gratipayUsername": "bevry",
"flattrUsername": "balupton",

@@ -82,14 +80,25 @@ "paypalURL": "https://bevry.me/paypal",

{
"description": "CoffeeScript Compiled + ES5 + Require",
"directory": "es5",
"description": "CoffeeScript Compiled + ESNext + Require",
"directory": "esnext",
"entry": "cleanurls.plugin.js",
"syntaxes": [
"javascript",
"es5",
"esnext",
"require"
]
},
{
"description": "CoffeeScript Compiled + ES2015 + Require",
"directory": "es2015",
"entry": "cleanurls.plugin.js",
"syntaxes": [
"javascript",
"es2015",
"require"
]
}
],
"main": "es5/cleanurls.plugin.js",
"main": "index.js",
"dependencies": {
"editions": "^1.3.4",
"safefs": "^4.1.0",

@@ -99,5 +108,6 @@ "taskgroup": "^5.0.1"

"devDependencies": {
"assert-helpers": "^4.5.0",
"coffee-script": "^1.12.5",
"coffeelint": "^1.16.0",
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"coffeelint": "^2.1.0",
"coffeescript": "^2.2.2",
"docpad": "^6.79.4",

@@ -115,4 +125,5 @@ "projectz": "^1.4.0",

"our:clean": "rm -Rf ./docs ./es2015 ./es5 ./out",
"our:compile": "npm run our:compile:coffee",
"our:compile:coffee": "coffee -bco ./es5 ./source",
"our:compile": "npm run our:compile:coffee:esnext && npm run our:compile:coffee:es2015",
"our:compile:coffee:esnext": "coffee -bco ./esnext ./source",
"our:compile:coffee:es2015": "coffee -bcto ./es2015 ./source",
"our:meta": "npm run our:meta:projectz",

@@ -122,12 +133,12 @@ "our:meta:projectz": "projectz compile",

"our:verify:coffeelint": "coffeelint ./source",
"our:deploy": "echo no need for this project",
"our:test": "npm run our:verify && npm test",
"our:release": "npm run our:release:prepare && npm run our:release:check && npm run our:release:tag && npm run our:release:push",
"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",
"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
"our:release:check": "npm run our:release:check:changelog && npm run our:release:check:dirty",
"our:release:check:changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
"our:release:check:dirty": "git diff --exit-code",
"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
"our:release:check-dirty": "git diff --exit-code",
"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
"our:release:push": "git push origin master && git push origin --tags",
"test": "node --harmony es5/cleanurls.test.js --joe-reporter=console"
"test": "node --harmony ./test.js --joe-reporter=console"
}
}

@@ -18,3 +18,2 @@ <!-- TITLE/ -->

<span class="badge-opencollective"><a href="https://opencollective.com/bevry" title="Donate to this project using Open Collective"><img src="https://img.shields.io/badge/open%20collective-donate-yellow.svg" alt="Open Collective donate button" /></a></span>
<span class="badge-gratipay"><a href="https://www.gratipay.com/bevry" title="Donate weekly to this project using Gratipay"><img src="https://img.shields.io/badge/gratipay-donate-yellow.svg" alt="Gratipay donate button" /></a></span>
<span class="badge-flattr"><a href="https://flattr.com/profile/balupton" title="Donate to this project using Flattr"><img src="https://img.shields.io/badge/flattr-donate-yellow.svg" alt="Flattr donate button" /></a></span>

@@ -117,3 +116,3 @@ <span class="badge-paypal"><a href="https://bevry.me/paypal" title="Donate to this project using Paypal"><img src="https://img.shields.io/badge/paypal-donate-yellow.svg" alt="PayPal donate button" /></a></span>

``` coffee
plguins:
plugins:
cleanurls:

@@ -130,3 +129,3 @@ simpleRedirects:

``` coffee
plguins:
plugins:
cleanurls:

@@ -224,3 +223,2 @@ advancedRedirects: [

<span class="badge-opencollective"><a href="https://opencollective.com/bevry" title="Donate to this project using Open Collective"><img src="https://img.shields.io/badge/open%20collective-donate-yellow.svg" alt="Open Collective donate button" /></a></span>
<span class="badge-gratipay"><a href="https://www.gratipay.com/bevry" title="Donate weekly to this project using Gratipay"><img src="https://img.shields.io/badge/gratipay-donate-yellow.svg" alt="Gratipay donate button" /></a></span>
<span class="badge-flattr"><a href="https://flattr.com/profile/balupton" title="Donate to this project using Flattr"><img src="https://img.shields.io/badge/flattr-donate-yellow.svg" alt="Flattr donate button" /></a></span>

@@ -227,0 +225,0 @@ <span class="badge-paypal"><a href="https://bevry.me/paypal" title="Donate to this project using Paypal"><img src="https://img.shields.io/badge/paypal-donate-yellow.svg" alt="PayPal donate button" /></a></span>

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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