Socket
Socket
Sign inDemoInstall

@heroku/ember-malibu-icon

Package Overview
Dependencies
2
Maintainers
36
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 0.0.6

4

addon/helpers/malibu-icon.js

@@ -31,3 +31,5 @@ /**

return htmlSafe(`
<svg style="width: ${escape(iconWidth)}px; height: ${escape(iconHeight)}px;" data-test-target="malibu-icon" class="icon malibu-icon ${escape(iconClass)}">
<svg style="width: ${escape(iconWidth)}px; height: ${escape(iconHeight)}px;"
data-test-target="malibu-icon" data-test-icon-name="${escape(name)}"
class="icon malibu-icon ${escape(iconClass)}">
<title>${escape(title)}</title>

@@ -34,0 +36,0 @@ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#${escape(name)}"></use>

{
"name": "@heroku/ember-malibu-icon",
"version": "0.0.5",
"version": "0.0.6",
"description": "Ember Malibu Icons",

@@ -20,3 +20,4 @@ "keywords": [

"dependencies": {
"ember-cli-babel": "^6.0.0"
"ember-cli-babel": "^6.0.0",
"ember-test-selectors": "^0.3.4"
},

@@ -23,0 +24,0 @@ "devDependencies": {

@@ -9,5 +9,5 @@ # Ember Malibu 🌴 Icon

`ember install https://github.com/heroku/ember-malibu-icon`
`ember install @heroku/ember-malibu-icon`
## Configufation
## Configuration

@@ -19,3 +19,3 @@ By default this addon will inject the `latest` version of Malibu. Consumers can configure this in their application's `config/environment.js` file

malibuVersion: '1.1.0'
},
}
```

@@ -25,3 +25,3 @@

### From a Handlebers (.hbs) file
### From a Handlebars (.hbs) file
```hanblebars

@@ -28,0 +28,0 @@ {{malibu-icon size='28' iconClass='gradient-dark-gray' name='app-28' title="Optional Title"}}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc