Socket
Socket
Sign inDemoInstall

ejs

Package Overview
Dependencies
0
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.0 to 0.7.1

5

History.md
0.7.1 / 2012-03-26
==================
* Fixed exception when using express in production caused by typo. [slaskis]
0.7.0 / 2012-03-24

@@ -3,0 +8,0 @@ ==================

6

lib/ejs.js
/*!
* EJS
* Copyright(c) 2010 TJ Holowaychuk <tj@vision-media.ca>
* Copyright(c) 2012 TJ Holowaychuk <tj@vision-media.ca>
* MIT Licensed

@@ -19,3 +19,3 @@ */

exports.version = '0.7.0';
exports.version = '0.7.1';

@@ -273,3 +273,3 @@ /**

var str = options.cache
? exports.cache[key] || (exports.cache[key] = fs.readFileSync(path, 'utf8'))
? cache[key] || (cache[key] = fs.readFileSync(path, 'utf8'))
: fs.readFileSync(path, 'utf8');

@@ -276,0 +276,0 @@

{
"name": "ejs",
"description": "Embedded JavaScript templates",
"version": "0.7.0",
"version": "0.7.1",
"author": "TJ Holowaychuk <tj@vision-media.ca>",

@@ -6,0 +6,0 @@ "keywords": ["template", "engine", "ejs"],

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