Socket
Socket
Sign inDemoInstall

@heroku/ember-malibu-icon

Package Overview
Dependencies
1
Maintainers
43
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.8 to 0.1.0

app.json

5

addon/helpers/malibu-icon.js

@@ -34,4 +34,5 @@ /**

class="icon malibu-icon ${escape(iconClass)}">
<title>${escape(title)}</title>
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#${escape(name)}"></use>
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#${escape(name)}">
<title>${escape(title)}</title>
</use>
</svg>

@@ -38,0 +39,0 @@ `);

23

package.json
{
"name": "@heroku/ember-malibu-icon",
"version": "0.0.8",
"version": "0.1.0",
"description": "Ember Malibu Icons",

@@ -17,16 +17,19 @@ "keywords": [

"start": "ember server",
"test": "ember try:each"
"test": "ember try:each",
"postinstall": "npm rebuild node-sass"
},
"dependencies": {
"ember-cli-babel": "^6.0.0"
"ember-cli-babel": "^6.3.0"
},
"devDependencies": {
"broccoli-asset-rev": "^2.4.5",
"ember-cli": "2.13.1",
"ember-cli": "2.14.0",
"ember-cli-chai": "^0.4.0",
"ember-cli-dependency-checker": "^1.3.0",
"ember-cli-eslint": "^3.0.0",
"ember-cli-htmlbars": "^1.1.1",
"ember-cli-eslint": "^4.2.0",
"ember-cli-htmlbars": "^2.0.1",
"ember-cli-htmlbars-inline-precompile": "^0.4.3",
"ember-cli-inject-live-reload": "^1.4.1",
"ember-cli-mocha": "^0.14.3",
"ember-cli-mocha": "^0.14.4",
"ember-cli-sass": "^7.0.0",
"ember-cli-shims": "^1.1.0",

@@ -36,8 +39,8 @@ "ember-cli-uglify": "^1.2.0",

"ember-resolver": "^4.0.0",
"ember-source": "~2.13.0",
"ember-test-selectors": "^0.3.4",
"ember-source": "~2.14.0",
"ember-test-selectors": "^0.3.6",
"loader.js": "^4.2.3"
},
"engines": {
"node": ">= 6"
"node": "6.*"
},

@@ -44,0 +47,0 @@ "ember-addon": {

# Ember Malibu 🌴 Icon
This Ember addon injects the [Malibu](https://hk-malibu.herokuapp.com/) svg sprite into your Ember application and provides a helper to insert icons into your templates. You can explore how this helper works in [Malibu Icon Builder](https://malibu-icon-builder.herokuapp.com/).
This Ember addon injects the [Malibu](https://hk-malibu.herokuapp.com/) svg sprite into your Ember application and provides a helper to insert icons into your templates. You can explore how this helper works in this addon's [demo app](https://ember-malibu-icon.herokuapp.com/).

@@ -16,4 +16,4 @@ _Note that it will be helpful if you also use [Purple 3](https://purple3.herokuapp.com/) for styling_

```js
ENV['ember-malibu-icon']: {
malibuVersion: '1.1.0'
ENV['ember-malibu-icon'] = {
malibuVersion: '1.3.0'
}

@@ -53,3 +53,3 @@ ```

* `npm test` (Runs `ember try:each` to test your addon against multiple Ember versions)
* `yarn test` (Runs `ember try:each` to test your addon against multiple Ember versions)
* `ember test`

@@ -56,0 +56,0 @@ * `ember test --server`

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