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

jade

Package Overview
Dependencies
Maintainers
3
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 1.8.0 to 1.8.1

2

component.json

@@ -5,3 +5,3 @@ {

"description": "Jade template runtime",
"version": "1.8.0",
"version": "1.8.1",
"keywords": [

@@ -8,0 +8,0 @@ "template"

@@ -38,3 +38,3 @@ 'use strict';

this.pp = options.pretty || false;
if (this.pp === true) {
if (this.pp && typeof this.pp !== 'string') {
this.pp = ' ';

@@ -41,0 +41,0 @@ }

@@ -91,2 +91,8 @@ 'use strict';

function parse(str, options){
if (options.lexer) {
console.warn('Using `lexer` as a local in render() is deprecated and '
+ 'will be interpreted as an option in Jade 2.0.0');
}
// Parse

@@ -93,0 +99,0 @@ var parser = new (options.parser || Parser)(str, options.filename, options);

{
"name": "jade",
"description": "A clean, whitespace-sensitive template language for writing HTML",
"version": "1.8.0",
"version": "1.8.1",
"author": "TJ Holowaychuk <tj@vision-media.ca>",

@@ -22,3 +22,3 @@ "maintainers": [

"character-parser": "1.2.1",
"commander": "2.3.0",
"commander": "~2.5.0",
"constantinople": "~3.0.1",

@@ -43,3 +43,3 @@ "mkdirp": "~0.5.0",

"less-file": "0.0.9",
"express": "~4.9.5",
"express": "~4.10.4",
"browserify-middleware": "~4.1.0",

@@ -46,0 +46,0 @@ "twbs": "0.0.6",

Sorry, the diff of this file is too big to display

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