context-parser-handlebars
Advanced tools
Comparing version 0.99.6 to 1.0.0
{ | ||
"name": "context-parser-handlebars", | ||
"version": "0.99.6", | ||
"version": "1.0.0", | ||
"licenses": [ | ||
@@ -16,3 +16,3 @@ { | ||
], | ||
"description": "Context Handlebars PreCompiler/Parser", | ||
"description": "Handlebars Context PreCompiler", | ||
"repository": { | ||
@@ -19,0 +19,0 @@ "type": "git", |
@@ -28,3 +28,3 @@ Handlebars Context Pre-compiler | ||
./bin/handlebarspc <handlebars template file> | ||
<html><title>{{yd title}}</title></html> | ||
<html><title>{{{yd title}}}</title></html> | ||
``` | ||
@@ -34,2 +34,4 @@ | ||
Note: the default 'h' filter in Handlebars is disable with raw {{{expression}}}. | ||
### Server-side (nodejs) | ||
@@ -50,3 +52,3 @@ | ||
/* the output is the new handlebars template file with context filter added! | ||
var output = '<html><title>{{yd title}}</title></html>'; | ||
var output = '<html><title>{{{yd title}}}</title></html>'; | ||
*/ | ||
@@ -53,0 +55,0 @@ var output = parser.getBuffer().join(''); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
213962
0
88