derby-jade
Advanced tools
Comparing version 0.6.7 to 0.6.8
@@ -50,3 +50,3 @@ var jade = require('jade'); | ||
// Make Derby attribues unescaped | ||
.replace(/on-(.*)=['"](.*)['"]/gm, function(statement, type, expression) { | ||
.replace(/on-(.*?)=['"](.*?)['"]/gm, function(statement, type, expression) { | ||
if (options.coffee) expression = coffee(expression); | ||
@@ -53,0 +53,0 @@ return 'on-' + type + '!=\"' + expression + '\"'; |
{ | ||
"name": "derby-jade", | ||
"description": "Jade for Derby.js", | ||
"version": "0.6.7", | ||
"version": "0.6.8", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Vladimir Makhaev", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
15180
0