Comparing version 0.27.2 to 0.27.3
@@ -23,3 +23,3 @@ /*! | ||
exports.version = '0.27.2'; | ||
exports.version = '0.27.3'; | ||
@@ -26,0 +26,0 @@ /** |
@@ -1,2 +0,1 @@ | ||
/*! | ||
@@ -478,4 +477,4 @@ * Jade - Lexer | ||
var tok = this.tok('code', captures[1]); | ||
tok.escape = flags[0] === '='; | ||
tok.buffer = flags[0] === '=' || flags[1] === '='; | ||
tok.escape = flags.charAt(0) === '='; | ||
tok.buffer = flags.charAt(0) === '=' || flags.charAt(1) === '='; | ||
return tok; | ||
@@ -482,0 +481,0 @@ } |
@@ -19,3 +19,3 @@ | ||
return escape | ||
? str | ||
? str.slice(1) | ||
: "' + " | ||
@@ -22,0 +22,0 @@ + ('!' == flag ? '' : 'escape') |
{ | ||
"name": "jade", | ||
"description": "Jade template engine", | ||
"version": "0.27.2", | ||
"version": "0.27.3", | ||
"author": "TJ Holowaychuk <tj@vision-media.ca>", | ||
@@ -12,3 +12,3 @@ "repository": "git://github.com/visionmedia/jade", | ||
"commander": "0.6.1", | ||
"mkdirp": "0.3.0" | ||
"mkdirp": "0.3.x" | ||
}, | ||
@@ -15,0 +15,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
240314
43
6168
0
1300
0
23
+ Addedmkdirp@0.3.5(transitive)
- Removedmkdirp@0.3.0(transitive)
Updatedmkdirp@0.3.x