Socket
Socket
Sign inDemoInstall

manila

Package Overview
Dependencies
0
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

test.html

2

package.json
{
"name": "manila",
"version": "2.0.0",
"version": "2.0.1",
"description": "A simple template engine for Node",

@@ -5,0 +5,0 @@ "main": "manila.js",

@@ -10,2 +10,3 @@ 'use strict';

template
.replace(/\\'/g, "\\\\'")
.replace(/`/g, "\\`")

@@ -12,0 +13,0 @@ .replace(/<<<(?!\s*}.*?>>>)(?!.*{\s*>>>)(.*?)>>>/g, "`,(typeof $1==='undefined'?'':$1),`")

# Manila
Manila is a template engine for Node 4+.
Manila is a no-frills template engine for Node 4+.

@@ -5,0 +5,0 @@ Version 2.0 brings massive performance improvements and an even simpler syntax. Thanks to [John Resig](http://ejohn.org/blog/javascript-micro-templating/) for inspiring this approach.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc