Socket
Socket
Sign inDemoInstall

ejs

Package Overview
Dependencies
Maintainers
0
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ejs - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

ejs.js

5

History.md
0.4.2 / 2011-05-11
==================
* Added client side support
0.4.1 / 2011-04-21

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

7

lib/ejs.js

@@ -12,4 +12,3 @@

var sys = require('sys')
, utils = require('./utils');
var utils = require('./utils');

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

exports.version = '0.4.1';
exports.version = '0.4.2';

@@ -197,3 +196,3 @@ /**

if (options.debug) sys.puts(str);
if (options.debug) console.log(str);
var fn = new Function('locals, filters, escape', str);

@@ -200,0 +199,0 @@ return function(locals){

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

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

@@ -19,2 +19,3 @@

* Filter support for designer-friendly templates
* Client-side support

@@ -115,2 +116,6 @@ ## Example

## client-side support
include `./ejs.js` or `./ejs.min.js` and `require("ejs").compile(str)`.
## License

@@ -117,0 +122,0 @@

Sorry, the diff of this file is not supported yet

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