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.10.3 to 0.10.4

6

History.md
0.10.4 / 2011-04-05
==================
* Added `html` doctype, same as "5"
* Fixed `pre`, no longer text-only
0.10.3 / 2011-03-30

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

1

lib/doctypes.js

@@ -10,2 +10,3 @@

'5': '<!DOCTYPE html>'
, 'html': '<!DOCTYPE html>'
, 'xml': '<?xml version="1.0" encoding="utf-8" ?>'

@@ -12,0 +13,0 @@ , 'default': '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'

2

lib/jade.js

@@ -22,3 +22,3 @@

exports.version = '0.10.3';
exports.version = '0.10.4';

@@ -25,0 +25,0 @@ /**

@@ -33,3 +33,3 @@

var textOnly = exports.textOnly = ['pre', 'script', 'textarea', 'style'];
var textOnly = exports.textOnly = ['code', 'script', 'textarea', 'style'];

@@ -36,0 +36,0 @@ /**

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

@@ -6,0 +6,0 @@ "repository": "git://github.com/visionmedia/jade",

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