@ne1410s/popup
Advanced tools
Comparing version 0.2.5 to 0.2.6
@@ -29,3 +29,3 @@ (function (global, factory) { | ||
function reduceHtml(htmlIn) { | ||
return htmlIn.replace(/\s+/g, ' ').replace(/>\s</g, '><'); | ||
return htmlIn.replace(/\s+/g, ' ').replace(/(^|>)\s+(<|$)/g, '$1$2'); | ||
} | ||
@@ -32,0 +32,0 @@ |
{ | ||
"name": "@ne1410s/popup", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "A lightweight configurable popup.", | ||
@@ -52,4 +52,4 @@ "main": "dist/ne14_pop.cjs.min.js", | ||
"dependencies": { | ||
"@ne1410s/cust-elems": "^0.2.0" | ||
"@ne1410s/cust-elems": "^0.2.1" | ||
} | ||
} |
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
34201
Updated@ne1410s/cust-elems@^0.2.1