Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-inline-css

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-inline-css - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

lib/css_injector.js

@@ -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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc