Socket
Socket
Sign inDemoInstall

jade

Package Overview
Dependencies
Maintainers
0
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jade - npm Package Compare versions

Comparing version 0.8.3 to 0.8.4

5

History.md
0.8.4 / 2011-03-08
==================
* Fixed issue with expressions being evaluated several times. closes #162
0.8.2 / 2011-03-07

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

3

lib/compiler.js

@@ -241,3 +241,4 @@

var val = code.val.trimLeft();
val = '(' + val + ') == null ? "" : (' + val + ')';
this.buf.push('var __val__ = ' + val);
val = 'null == __val__ ? "" : __val__';
if (code.escape) val = 'escape(' + val + ')';

@@ -244,0 +245,0 @@ this.buf.push("buf.push(" + val + ");");

@@ -20,3 +20,3 @@

exports.version = '0.8.3';
exports.version = '0.8.4';

@@ -23,0 +23,0 @@ /**

{
"name": "jade",
"description": "Jade template engine",
"version": "0.8.3",
"version": "0.8.4",
"author": "TJ Holowaychuk <tj@vision-media.ca>",

@@ -6,0 +6,0 @@ "main": "./index.js",

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