Socket
Socket
Sign inDemoInstall

ejs-html

Package Overview
Dependencies
0
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.2 to 4.0.3

3

HISTORY.md

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

# 4.0.3
* Fixed: bug in minifier with spaces around some EJS tags
# 4.0.2

@@ -2,0 +5,0 @@ * Fixed: compiling custom elements inside custom elements with `compileDebug` set to `false` would crash on runtime. The fix on 4.0.1 did not covered the recursive case.

@@ -43,4 +43,6 @@ 'use strict'

newTokens.push(token)
lastTextWasPlain = false
} else if (token.type === 'ejs-raw') {
newTokens.push(token)
lastTextWasPlain = false
} else if (token.type === 'comment') {

@@ -47,0 +49,0 @@ // Removed

2

package.json
{
"name": "ejs-html",
"version": "4.0.2",
"version": "4.0.3",
"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