Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "7hoo", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "base tools library for nodejs", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -17,3 +17,3 @@ | ||
var spaceBetweenTagsRE = /(<[a-zA-Z]+\d*\s*[^>]*\/?>)[\s\xa0\u3000]+|(<\/[a-zA-Z]+\d*>)[\s\xa0\u3000]+|[\s\xa0\u3000]+(<[a-zA-Z]+\d*\s*[^>]*\/?>)|[\s\xa0\u3000]+(<\/[a-zA-Z]+\d*>)/g; | ||
var bothEndQuotesRE = /(['"])(.*)\1/; | ||
var bothEndQuotesRE = /^(['"])(.*)\1/; | ||
var htmlCommentsRE = /<!--(?:.|\r|\n)*?-->/g; | ||
@@ -20,0 +20,0 @@ this.capitalize = function(str) { |
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
59231