Socket
Socket
Sign inDemoInstall

ionicons

Package Overview
Dependencies
1
Maintainers
3
Versions
177
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.1.3-dev.11694459486.1371c58f to 7.1.3-dev.11694468279.1c23df00

6

components/ion-icon.js

@@ -290,2 +290,8 @@ import { getAssetPath, proxyCustomElement, HTMLElement, Build, h, Host } from '@stencil/core/internal/client';

componentDidLoad() {
/**
* Addresses an Angular issue where property values are assigned after the 'connectedCallback' but prior to the registration of watchers.
* This enhancement ensures the loading of an icon when the component has finished rendering and the icon has yet to apply the SVG data.
* This modification pertains to the usage of Angular's binding syntax:
* `<ion-icon [name]="myIconName"></ion-icon>`
*/
if (!this.didLoadIcon) {

@@ -292,0 +298,0 @@ this.loadIcon();

@@ -145,2 +145,8 @@ 'use strict';

componentDidLoad() {
/**
* Addresses an Angular issue where property values are assigned after the 'connectedCallback' but prior to the registration of watchers.
* This enhancement ensures the loading of an icon when the component has finished rendering and the icon has yet to apply the SVG data.
* This modification pertains to the usage of Angular's binding syntax:
* `<ion-icon [name]="myIconName"></ion-icon>`
*/
if (!this.didLoadIcon) {

@@ -147,0 +153,0 @@ this.loadIcon();

@@ -40,2 +40,8 @@ import { Build, Host, h } from '@stencil/core';

componentDidLoad() {
/**
* Addresses an Angular issue where property values are assigned after the 'connectedCallback' but prior to the registration of watchers.
* This enhancement ensures the loading of an icon when the component has finished rendering and the icon has yet to apply the SVG data.
* This modification pertains to the usage of Angular's binding syntax:
* `<ion-icon [name]="myIconName"></ion-icon>`
*/
if (!this.didLoadIcon) {

@@ -42,0 +48,0 @@ this.loadIcon();

@@ -141,2 +141,8 @@ import { r as registerInstance, h, H as Host, a as getElement } from './index-9451d9e2.js';

componentDidLoad() {
/**
* Addresses an Angular issue where property values are assigned after the 'connectedCallback' but prior to the registration of watchers.
* This enhancement ensures the loading of an icon when the component has finished rendering and the icon has yet to apply the SVG data.
* This modification pertains to the usage of Angular's binding syntax:
* `<ion-icon [name]="myIconName"></ion-icon>`
*/
if (!this.didLoadIcon) {

@@ -143,0 +149,0 @@ this.loadIcon();

2

icons/index.d.ts

@@ -1,2 +0,2 @@

/* Ionicons v7.1.3-dev.11694459486.1371c58f, Types */
/* Ionicons v7.1.3-dev.11694468279.1c23df00, Types */

@@ -3,0 +3,0 @@ export declare var accessibility: string;

{
"name": "ionicons/icons",
"version": "7.1.3-dev.11694459486.1371c58f",
"version": "7.1.3-dev.11694468279.1c23df00",
"module": "index.mjs",

@@ -5,0 +5,0 @@ "main": "index.js",

{
"name": "ionicons",
"version": "7.1.3-dev.11694459486.1371c58f",
"version": "7.1.3-dev.11694468279.1c23df00",
"description": "Premium icons for Ionic.",

@@ -5,0 +5,0 @@ "files": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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