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

koa-ejs

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-ejs - npm Package Compare versions

Comparing version 4.2.1 to 4.3.0

6

History.md
4.3.0 / 2019-12-04
==================
**features**
* [[`9bd7c37`](http://github.com/koajs/ejs/commit/9bd7c3790ccbba3d66e3bb9c4ab12ee020cf15fd)] - feat: support for outputFunctionName settings (#52) (Vojtěch Kozák <<kozak.v@gmail.com>>)
4.2.1 / 2019-12-04

@@ -3,0 +9,0 @@ ==================

3

index.js

@@ -103,3 +103,4 @@ /*!

cache: settings.cache,
async: settings.async
async: settings.async,
outputFunctionName: settings.outputFunctionName
});

@@ -106,0 +107,0 @@ if (settings.cache) {

{
"name": "koa-ejs",
"version": "4.2.1",
"version": "4.3.0",
"description": "ejs render middleware for koa",

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

@@ -46,2 +46,3 @@ koa-ejs

* async: When true, EJS will use an async function for rendering. Depends on async/await support in the JS runtime.
* outputFunctionName: Set to a string (e.g., 'echo' or 'print') for a function to print output inside scriptlet tags.

@@ -48,0 +49,0 @@ ### Layouts

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