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

@zywave/zui-icons

Package Overview
Dependencies
Maintainers
1
Versions
187
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zywave/zui-icons - npm Package Compare versions

Comparing version 4.0.31 to 4.0.32-pre.0

7

dist/zui-icon.js

@@ -38,2 +38,5 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

export class ZuiIcon extends ZuiBaseElement {
static get styles() {
return [super.styles, style];
}
constructor() {

@@ -55,5 +58,2 @@ super();

}
static get styles() {
return [super.styles, style];
}
async updated(changedProps) {

@@ -76,2 +76,3 @@ var _a;

this.dispatchEvent(new CustomEvent('load', {
bubbles: true,
detail: {

@@ -78,0 +79,0 @@ svgLoaded: true,

export declare function ensureSVGLoaded(icon: string): Promise<void>;
export declare type SVGCategoryType = 'fs' | 'nav' | 'shell' | 'system';
export type SVGCategoryType = 'fs' | 'nav' | 'shell' | 'system';
{
"name": "@zywave/zui-icons",
"version": "4.0.31",
"version": "4.0.32-pre.0",
"main": "dist/index.js",

@@ -29,3 +29,3 @@ "module": "dist/index.js",

"customElements": "dist/custom-elements.json",
"gitHead": "1124138127212f2a92375b58fa2337e63dcb5e85"
"gitHead": "0c2f676186e3922c35865f980d825fe9dde60936"
}

@@ -66,2 +66,3 @@ import { ZuiBaseElement } from '@zywave/zui-base';

new CustomEvent('load', {
bubbles: true,
detail: {

@@ -68,0 +69,0 @@ svgLoaded: true,

Sorry, the diff of this file is not supported yet

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