Socket
Socket
Sign inDemoInstall

ejs-html

Package Overview
Dependencies
1
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.1.4 to 5.1.5

3

HISTORY.md

@@ -0,1 +1,4 @@

# 5.1.5
* Fixed: compiler emitted wrong JS code when dealing with placeholders or boolean attributes
# 5.1.4

@@ -2,0 +5,0 @@ * Fixed: missing \n

2

lib/compile.js

@@ -230,3 +230,3 @@ 'use strict'

} else if (token.type === 'source-builder') {
appendExpression(null, token, null, true)
appendExpression('(', token, ')', false)
}

@@ -233,0 +233,0 @@ }

{
"name": "ejs-html",
"version": "5.1.4",
"version": "5.1.5",
"author": "Sitegui <sitegui@sitegui.com.br>",

@@ -5,0 +5,0 @@ "description": "Embedded JavaScript HTML templates. An implementation of EJS focused on run-time performance, HTML syntax checking, minified HTML output and custom HTML elements.",

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