Socket
Socket
Sign inDemoInstall

@heroku/ember-malibu-icon

Package Overview
Dependencies
358
Maintainers
286
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.0-beta.3 to 1.4.0

6

addon/components/malibu-icon.js

@@ -14,6 +14,4 @@ import Component from '@ember/component';

svgID = `malibu-icon-svg-${guidFor(this)}`;
role = 'img';
// need to specify this here for ember-test-selectors
'data-test-target' = 'malibu-icon'
supportsDataTestProperties = true;
supportsDataTestProperties = true;
tagName = '';

@@ -47,3 +45,3 @@

warn(
`<MalibuIcon @name="${this.name}" /> does not allow setting both @title and role="presentation, ` +
`<MalibuIcon @name="${this.name}" /> does not allow setting both @title and role="presentation", ` +
'as role="presentation" would hide the text from screenreaders/accessibility tools. ' +

@@ -50,0 +48,0 @@ 'Please remove the @title argument if the icon is used in a presentational manner, or remove the `role` attribute.',

{
"name": "@heroku/ember-malibu-icon",
"version": "1.4.0-beta.3",
"version": "1.4.0",
"description": "Ember Malibu Icons",

@@ -50,3 +50,3 @@ "keywords": [

"ember-template-lint": "^2.8.0",
"ember-test-selectors": "^0.3.8",
"ember-test-selectors": "^1.0.0",
"ember-try": "^1.4.0",

@@ -53,0 +53,0 @@ "eslint": "^7.1.0",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc