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

context-parser-handlebars

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

context-parser-handlebars - npm Package Compare versions

Comparing version 0.99.6 to 1.0.0

4

package.json
{
"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('');

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