New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@umbraco-ui/uui-icon

Package Overview
Dependencies
Maintainers
0
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@umbraco-ui/uui-icon - npm Package Compare versions

Comparing version 1.10.0 to 1.11.0

6

lib/index.js

@@ -99,10 +99,10 @@ import { css, LitElement, html } from 'lit';

} else {
return unsafeHTML(this.fallback);
return html`${unsafeHTML(this.fallback)}`;
}
}
if (this._nameSvg !== null) {
return unsafeHTML(this._nameSvg);
return html`${unsafeHTML(this._nameSvg)}`;
}
if (this.svg !== null) {
return unsafeHTML(this.svg);
return html`${unsafeHTML(this.svg)}`;
}

@@ -109,0 +109,0 @@ return html`<slot></slot>`;

@@ -49,3 +49,3 @@ import { LitElement } from 'lit';

firstUpdated(): void;
render(): import("lit-html/directive").DirectiveResult<typeof import("lit-html/directives/unsafe-html").UnsafeHTMLDirective>;
render(): import("lit-html").TemplateResult<1>;
static styles: import("lit").CSSResult[];

@@ -52,0 +52,0 @@ }

{
"name": "@umbraco-ui/uui-icon",
"version": "1.10.0",
"version": "1.11.0",
"license": "MIT",

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

"dependencies": {
"@umbraco-ui/uui-base": "1.10.0"
"@umbraco-ui/uui-base": "1.11.0"
},

@@ -45,3 +45,3 @@ "scripts": {

"homepage": "https://uui.umbraco.com/?path=/story/uui-icon",
"gitHead": "fc19b5d3cd80cf4205ec56d14403ae0e926d6aed"
"gitHead": "414ce88901f82c5fc7d6be942779047bb34a1407"
}
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