New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

docpad-plugin-handlebars

Package Overview
Dependencies
Maintainers
6
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docpad-plugin-handlebars - npm Package Compare versions

Comparing version 2.5.0 to 2.6.0-next.1596667908.adfe0b2ec025820ed0bc4bfd3d0424634ebaf0df

edition-esnext/index.js

46

HISTORY.md
# History
## v2.6.0 2020 August 5
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
- Minimum required node version changed from `node: >=0.8` to `node: >=10` to keep up with mandatory ecosystem changes
## v2.5.0 2018 June 26
- Plugin configuration is now set internally via `setConfig`, which has been the convention since DocPad v6.24.0+
- Now compiled with CoffeeScript v2
- Updated base files
- Plugin configuration is now set internally via `setConfig`, which has been the convention since DocPad v6.24.0+
- Now compiled with CoffeeScript v2
- Updated base files
## v2.4.0 2017 April 18
- Updated base files
- Updated base files
## v2.3.0 2014 January 10
- Repackaged
- Updated dependencies
- Repackaged
- Updated dependencies
## v2.2.2 2013 June 26
- Repackaged
- Updated dependencies
- Repackaged
- Updated dependencies
## v2.2.1 2013 March 7
- Repackaged
- Updated dependencies
- Repackaged
- Updated dependencies
## v2.2.0 2013 January 19
- Added support for precompiling
- Closes [pull request #3](https://github.com/docpad/docpad-plugin-handlebars/pull/3) thanks to [Gilles Bouthenot](https://github.com/gbouthenot)
- Added support for precompiling - Closes [pull request #3](https://github.com/docpad/docpad-plugin-handlebars/pull/3) thanks to [Gilles Bouthenot](https://github.com/gbouthenot)
## v2.1.0 2012 November 17
- Added support for partials
- Added support for partials
## v2.0.1 2012 August 10
- Re-added markdown files to npm distribution as they are required for the npm website
- Re-added markdown files to npm distribution as they are required for the npm website
## v2.0.0 2012 June 22
- Cleaning
- Cleaning
## v1.0.0 2012 June 14
- Initial version of Handlebars plugin
- Initial version of Handlebars plugin

@@ -18,3 +18,3 @@ <!-- LICENSEFILE/ -->

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.

@@ -21,0 +21,0 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

{
"name": "docpad-plugin-handlebars",
"version": "2.5.0",
"version": "2.6.0-next.1596667908.adfe0b2ec025820ed0bc4bfd3d0424634ebaf0df",
"description": "Adds support for the Handlebars templating engine to DocPad.",
"homepage": "ssh://git@github.com/docpad/docpad-plugin-handlebars",
"homepage": "https://github.com/docpad/docpad-plugin-handlebars",
"license": "MIT",
"keywords": [
"coffeescript",
"docpad",
"docpad-plugin",
"handlebars",
"templating",
"node",
"render",
"rendering",
"templates",
"render",
"rendering"
"templating"
],

@@ -24,114 +26,116 @@ "badges": {

"---",
"githubsponsors",
"patreon",
"flattr",
"liberapay",
"buymeacoffee",
"opencollective",
"flattr",
"crypto",
"paypal",
"bitcoin",
"wishlist",
"---",
"slackin"
"wishlist"
],
"config": {
"githubSponsorsUsername": "balupton",
"buymeacoffeeUsername": "balupton",
"cryptoURL": "https://bevry.me/crypto",
"flattrUsername": "balupton",
"liberapayUsername": "bevry",
"opencollectiveUsername": "bevry",
"patreonUsername": "bevry",
"opencollectiveUsername": "bevry",
"flattrUsername": "balupton",
"paypalURL": "https://bevry.me/paypal",
"bitcoinURL": "https://bevry.me/bitcoin",
"wishlistURL": "https://bevry.me/wishlist",
"slackinURL": "https://slack.bevry.me"
"travisTLD": "com",
"githubUsername": "docpad",
"githubRepository": "docpad-plugin-handlebars",
"githubSlug": "docpad/docpad-plugin-handlebars",
"npmPackageName": "docpad-plugin-handlebars"
}
},
"funding": "https://bevry.me/fund",
"author": "2012+ Mike Moulton <mike@meltmedia.com> (http://meltmedia.com)",
"maintainers": [
"Mike Moulton <mike@meltmedia.com> (http://meltmedia.com)",
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)"
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)",
"Mike Moulton <mike@meltmedia.com> (https://github.com/mmoulton)"
],
"contributors": [
"Mike Moulton <mike@meltmedia.com> (http://meltmedia.com)",
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)",
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)",
"Gilles Bouthenot <misc@atomas.com> (https://github.com/gbouthenot)",
"Rob Loach <robloach@gmail.com> (http://robloach.net)",
"Mike Moulton <mike@meltmedia.com> (https://github.com/mmoulton)",
"Rob Loach <robloach@gmail.com> (https://github.com/RobLoach)",
"Tim Mackinnon (https://github.com/macta)",
"Tobias Birmili <birmili@mecodia.de> (https://github.com/toabi)",
"Tim Mackinnon (https://github.com/macta)",
"vsopvsop (https://github.com/vsopvsop)"
],
"bugs": {
"url": "ssh://git@github.com/docpad/docpad-plugin-handlebars/issues"
"url": "https://github.com/docpad/docpad-plugin-handlebars/issues"
},
"repository": {
"type": "git",
"url": "ssh://git@github.com/docpad/docpad-plugin-handlebars.git"
"url": "https://github.com/docpad/docpad-plugin-handlebars.git"
},
"engines": {
"node": ">=0.8"
"node": ">=10"
},
"editions": [
{
"description": "Source + CoffeeScript + Require",
"description": "CoffeeScript source code with Require for modules",
"directory": "source",
"entry": "handlebars.plugin.coffee",
"syntaxes": [
"entry": "index.coffee",
"tags": [
"coffeescript",
"require"
]
],
"engines": false
},
{
"description": "CoffeeScript Compiled + ESNext + Require",
"directory": "esnext",
"entry": "handlebars.plugin.js",
"syntaxes": [
"description": "CoffeeScript compiled for Node.js with Require for modules",
"directory": "edition-esnext",
"entry": "index.js",
"tags": [
"javascript",
"esnext",
"require"
]
},
{
"description": "CoffeeScript Compiled + ES2015 + Require",
"directory": "es2015",
"entry": "handlebars.plugin.js",
"syntaxes": [
"javascript",
"es2015",
"require"
]
],
"engines": {
"node": "10 || 12 || 13 || 14"
}
}
],
"main": "index.js",
"type": "commonjs",
"main": "edition-esnext/index.js",
"dependencies": {
"editions": "^1.3.4",
"handlebars": "~1.3.0"
"docpad-baseplugin": "^1.4.0",
"handlebars": "~4.7.6"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"@bevry/update-contributors": "^1.15.0",
"coffeelint": "^2.1.0",
"coffeescript": "^2.3.1",
"docpad": "^6.79.4",
"projectz": "^1.4.0"
"coffeescript": "^2.5.1",
"docpad": "^6.83.1",
"docpad-plugintester": "^1.6.2",
"projectz": "^2.13.0",
"valid-directory": "^2.8.0"
},
"peerDependencies": {
"docpad": "^6.24"
},
"scripts": {
"our:setup": "npm run our:setup:npm && npm run our:setup:docpad",
"our:setup:npm": "npm install",
"our:setup:docpad": "bash ./docpad-setup.sh",
"our:clean": "rm -Rf ./docs ./es2015 ./es5 ./out",
"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",
"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
"our:compile": "npm run our:compile:edition-esnext",
"our:compile:edition-esnext": "coffee -bco ./edition-esnext ./source && echo '{\"type\": \"commonjs\"}' > edition-esnext/package.json",
"our:deploy": "echo no need for this project",
"our:meta": "npm run our:meta:contributors && npm run our:meta:projectz",
"our:meta:contributors": "update-contributors",
"our:meta:projectz": "projectz compile",
"our:verify": "npm run our:verify:coffeelint",
"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-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-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:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
"our:release:push": "git push origin master && git push origin --tags",
"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 ./test.js --joe-reporter=console"
"our:setup": "npm run our:setup:install",
"our:setup:install": "npm install",
"our:test": "npm run our:verify && npm test",
"our:verify": "npm run our:verify:coffeelint && npm run our:verify:directory",
"our:verify:coffeelint": "coffeelint ./source",
"our:verify:directory": "valid-directory",
"test": "docpad-plugintester"
}
}

@@ -5,3 +5,3 @@ # Handlebars Plugin for [DocPad](https://docpad.org)

<span class="badge-travisci"><a href="http://travis-ci.org/docpad/docpad-plugin-handlebars" title="Check this project's build status on TravisCI"><img src="https://img.shields.io/travis/docpad/docpad-plugin-handlebars/master.svg" alt="Travis CI Build Status" /></a></span>
<span class="badge-travisci"><a href="http://travis-ci.com/docpad/docpad-plugin-handlebars" title="Check this project's build status on TravisCI"><img src="https://img.shields.io/travis/com/docpad/docpad-plugin-handlebars/master.svg" alt="Travis CI Build Status" /></a></span>
<span class="badge-npmversion"><a href="https://npmjs.org/package/docpad-plugin-handlebars" title="View this project on NPM"><img src="https://img.shields.io/npm/v/docpad-plugin-handlebars.svg" alt="NPM version" /></a></span>

@@ -12,10 +12,11 @@ <span class="badge-npmdownloads"><a href="https://npmjs.org/package/docpad-plugin-handlebars" title="View this project on NPM"><img src="https://img.shields.io/npm/dm/docpad-plugin-handlebars.svg" alt="NPM downloads" /></a></span>

<br class="badge-separator" />
<span class="badge-githubsponsors"><a href="https://github.com/sponsors/balupton" title="Donate to this project using GitHub Sponsors"><img src="https://img.shields.io/badge/github-donate-yellow.svg" alt="GitHub Sponsors donate button" /></a></span>
<span class="badge-patreon"><a href="https://patreon.com/bevry" title="Donate to this project using Patreon"><img src="https://img.shields.io/badge/patreon-donate-yellow.svg" alt="Patreon 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>
<span class="badge-liberapay"><a href="https://liberapay.com/bevry" title="Donate to this project using Liberapay"><img src="https://img.shields.io/badge/liberapay-donate-yellow.svg" alt="Liberapay donate button" /></a></span>
<span class="badge-buymeacoffee"><a href="https://buymeacoffee.com/balupton" title="Donate to this project using Buy Me A Coffee"><img src="https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg" alt="Buy Me A Coffee donate button" /></a></span>
<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-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>
<span class="badge-crypto"><a href="https://bevry.me/crypto" title="Donate to this project using Cryptocurrency"><img src="https://img.shields.io/badge/crypto-donate-yellow.svg" alt="crypto donate button" /></a></span>
<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>
<span class="badge-bitcoin"><a href="https://bevry.me/bitcoin" title="Donate once-off to this project using Bitcoin"><img src="https://img.shields.io/badge/bitcoin-donate-yellow.svg" alt="Bitcoin donate button" /></a></span>
<span class="badge-wishlist"><a href="https://bevry.me/wishlist" title="Buy an item on our wishlist for us"><img src="https://img.shields.io/badge/wishlist-donate-yellow.svg" alt="Wishlist browse button" /></a></span>
<br class="badge-separator" />
<span class="badge-slackin"><a href="https://slack.bevry.me" title="Join this project's slack community"><img src="https://slack.bevry.me/badge.svg" alt="Slack community badge" /></a></span>

@@ -30,11 +31,5 @@ <!-- /BADGES -->

<!-- INSTALL/ -->
<h2>Install</h2>
Install this DocPad plugin by entering <code>docpad install handlebars</code> into your terminal.
<!-- /INSTALL -->
## Configuration

@@ -110,2 +105,13 @@

<!-- INSTALL/ -->
<h2>Install</h2>
Install this DocPad plugin by entering <code>docpad install handlebars</code> into your terminal.
<!-- /INSTALL -->
<!-- HISTORY/ -->

@@ -137,4 +143,4 @@

<ul><li><a href="http://meltmedia.com">Mike Moulton</a> — <a href="https://github.com/docpad/docpad-plugin-handlebars/commits?author=mmoulton" title="View the GitHub contributions of Mike Moulton on repository docpad/docpad-plugin-handlebars">view contributions</a></li>
<li><a href="http://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/docpad/docpad-plugin-handlebars/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository docpad/docpad-plugin-handlebars">view contributions</a></li></ul>
<ul><li><a href="https://github.com/balupton">Benjamin Lupton</a> — <a href="https://github.com/docpad/docpad-plugin-handlebars/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository docpad/docpad-plugin-handlebars">view contributions</a></li>
<li><a href="http://meltmedia.com">Mike Moulton</a> — <a href="https://github.com/docpad/docpad-plugin-handlebars/commits?author=mmoulton" title="View the GitHub contributions of Mike Moulton on repository docpad/docpad-plugin-handlebars">view contributions</a></li></ul>

@@ -145,7 +151,10 @@ <h3>Sponsors</h3>

<span class="badge-githubsponsors"><a href="https://github.com/sponsors/balupton" title="Donate to this project using GitHub Sponsors"><img src="https://img.shields.io/badge/github-donate-yellow.svg" alt="GitHub Sponsors donate button" /></a></span>
<span class="badge-patreon"><a href="https://patreon.com/bevry" title="Donate to this project using Patreon"><img src="https://img.shields.io/badge/patreon-donate-yellow.svg" alt="Patreon 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>
<span class="badge-liberapay"><a href="https://liberapay.com/bevry" title="Donate to this project using Liberapay"><img src="https://img.shields.io/badge/liberapay-donate-yellow.svg" alt="Liberapay donate button" /></a></span>
<span class="badge-buymeacoffee"><a href="https://buymeacoffee.com/balupton" title="Donate to this project using Buy Me A Coffee"><img src="https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg" alt="Buy Me A Coffee donate button" /></a></span>
<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-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>
<span class="badge-crypto"><a href="https://bevry.me/crypto" title="Donate to this project using Cryptocurrency"><img src="https://img.shields.io/badge/crypto-donate-yellow.svg" alt="crypto donate button" /></a></span>
<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>
<span class="badge-bitcoin"><a href="https://bevry.me/bitcoin" title="Donate once-off to this project using Bitcoin"><img src="https://img.shields.io/badge/bitcoin-donate-yellow.svg" alt="Bitcoin donate button" /></a></span>
<span class="badge-wishlist"><a href="https://bevry.me/wishlist" title="Buy an item on our wishlist for us"><img src="https://img.shields.io/badge/wishlist-donate-yellow.svg" alt="Wishlist browse button" /></a></span>

@@ -157,8 +166,8 @@

<ul><li><a href="http://meltmedia.com">Mike Moulton</a> — <a href="https://github.com/docpad/docpad-plugin-handlebars/commits?author=mmoulton" title="View the GitHub contributions of Mike Moulton on repository docpad/docpad-plugin-handlebars">view contributions</a></li>
<li><a href="http://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/docpad/docpad-plugin-handlebars/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository docpad/docpad-plugin-handlebars">view contributions</a></li>
<ul><li><a href="https://github.com/balupton">Benjamin Lupton</a> — <a href="https://github.com/docpad/docpad-plugin-handlebars/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository docpad/docpad-plugin-handlebars">view contributions</a></li>
<li><a href="https://github.com/gbouthenot">Gilles Bouthenot</a> — <a href="https://github.com/docpad/docpad-plugin-handlebars/commits?author=gbouthenot" title="View the GitHub contributions of Gilles Bouthenot on repository docpad/docpad-plugin-handlebars">view contributions</a></li>
<li><a href="http://robloach.net">Rob Loach</a> — <a href="https://github.com/docpad/docpad-plugin-handlebars/commits?author=RobLoach" title="View the GitHub contributions of Rob Loach on repository docpad/docpad-plugin-handlebars">view contributions</a></li>
<li><a href="http://meltmedia.com">Mike Moulton</a> — <a href="https://github.com/docpad/docpad-plugin-handlebars/commits?author=mmoulton" title="View the GitHub contributions of Mike Moulton on repository docpad/docpad-plugin-handlebars">view contributions</a></li>
<li><a href="https://github.com/RobLoach">Rob Loach</a> — <a href="https://github.com/docpad/docpad-plugin-handlebars/commits?author=RobLoach" title="View the GitHub contributions of Rob Loach on repository docpad/docpad-plugin-handlebars">view contributions</a></li>
<li><a href="https://github.com/macta">Tim Mackinnon</a> — <a href="https://github.com/docpad/docpad-plugin-handlebars/commits?author=macta" title="View the GitHub contributions of Tim Mackinnon on repository docpad/docpad-plugin-handlebars">view contributions</a></li>
<li><a href="https://github.com/toabi">Tobias Birmili</a> — <a href="https://github.com/docpad/docpad-plugin-handlebars/commits?author=toabi" title="View the GitHub contributions of Tobias Birmili on repository docpad/docpad-plugin-handlebars">view contributions</a></li>
<li><a href="https://github.com/macta">Tim Mackinnon</a> — <a href="https://github.com/docpad/docpad-plugin-handlebars/commits?author=macta" title="View the GitHub contributions of Tim Mackinnon on repository docpad/docpad-plugin-handlebars">view contributions</a></li>
<li><a href="https://github.com/vsopvsop">vsopvsop</a> — <a href="https://github.com/docpad/docpad-plugin-handlebars/commits?author=vsopvsop" title="View the GitHub contributions of vsopvsop on repository docpad/docpad-plugin-handlebars">view contributions</a></li></ul>

@@ -165,0 +174,0 @@

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