ember-inline-css
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -20,3 +20,3 @@ /* eslint-env node */ | ||
let regex = new RegExp(`<link rel="stylesheet" href="[^"]*${p}"[^>]*>`) | ||
let regex = new RegExp(`<link[^>]* href="[^"]*${p}"[^>]*>`) | ||
@@ -23,0 +23,0 @@ inputHTML = inputHTML.replace(regex, () => { |
{ | ||
"name": "ember-inline-css", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "An Ember/Glimmer addon to inline app css", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -15,3 +15,3 @@ # ember-inline-css | ||
This addon will take take the application and vendor CSS `<link>` tags in the | ||
This addon will take the application and vendor CSS `<link>` tags in the | ||
application's `index.html` file and replace them with inline `<style>` tags. | ||
@@ -18,0 +18,0 @@ |
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
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
0
60091