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.6.0 to 2.7.0-next.1599555675.222771d6998b4a8bfbb30a1414945b1aa4759250

.mergify.yml

4

HISTORY.md
# History
## v2.7.0 2020 September 8
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v2.6.0 2020 August 5

@@ -4,0 +8,0 @@

21

package.json
{
"name": "docpad-plugin-handlebars",
"version": "2.6.0",
"version": "2.7.0-next.1599555675.222771d6998b4a8bfbb30a1414945b1aa4759250",
"description": "Adds support for the Handlebars templating engine to DocPad.",

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

"docpad-plugin",
"esnext",
"handlebars",

@@ -85,2 +86,3 @@ "node",

"tags": [
"source",
"coffeescript",

@@ -96,2 +98,3 @@ "require"

"tags": [
"compiled",
"javascript",

@@ -113,10 +116,13 @@ "esnext",

"devDependencies": {
"@bevry/update-contributors": "^1.15.0",
"@bevry/update-contributors": "^1.17.0",
"coffeelint": "^2.1.0",
"coffeescript": "^2.5.1",
"docpad": "^6.83.1",
"docpad-plugintester": "^1.6.2",
"projectz": "^2.13.0",
"valid-directory": "^2.8.0"
"docpad": "^6.83.2",
"docpad-plugintester": "^1.7.3",
"projectz": "^2.16.0",
"valid-directory": "^3.4.0"
},
"peerDependencies": {
"docpad": "^6.83.2"
},
"scripts": {

@@ -136,3 +142,4 @@ "our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",

"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:setup": "npm run our:setup:install",
"our:setup": "npm run our:setup:dpt && npm run our:setup:install",
"our:setup:dpt": "cd test && npm install && cd ..",
"our:setup:install": "npm install",

@@ -139,0 +146,0 @@ "our:test": "npm run our:verify && npm test",

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

<!-- INSTALL/ -->

@@ -106,0 +109,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