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
7
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.2.1 to 1.3.0-rc.0

4

lib/index.js

@@ -25,3 +25,3 @@ import { css, LitElement, html } from 'lit';

constructor(evName, eventInit = {}) {
super(evName, __spreadValues(__spreadValues({}, { bubbles: true }), eventInit));
super(evName, __spreadValues(__spreadValues({}, { bubbles: true, composed: true }), eventInit));
this.icon = null;

@@ -34,3 +34,3 @@ }

}
UUIIconRequestEvent.ICON_REQUEST = "icon_request";
UUIIconRequestEvent.ICON_REQUEST = "icon-request";

@@ -37,0 +37,0 @@ var __defProp = Object.defineProperty;

@@ -5,3 +5,3 @@ import { UUIEvent } from '@umbraco-ui/uui-base/lib/events';

}> {
static readonly ICON_REQUEST = "icon_request";
static readonly ICON_REQUEST = "icon-request";
icon: Promise<string> | null;

@@ -8,0 +8,0 @@ constructor(evName: string, eventInit?: any | null);

{
"name": "@umbraco-ui/uui-icon",
"version": "1.2.1",
"version": "1.3.0-rc.0",
"license": "MIT",

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

"dependencies": {
"@umbraco-ui/uui-base": "1.2.1"
"@umbraco-ui/uui-base": "1.3.0-rc.0"
},
"scripts": {
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
"clean": "tsc --build --clean && rimraf dist lib/*.js lib/**/*.js custom-elements.json",
"clean": "tsc --build --clean && rimraf -g dist lib/*.js lib/**/*.js custom-elements.json",
"analyze": "web-component-analyzer **/*.element.ts --outFile custom-elements.json"

@@ -45,3 +45,3 @@ },

"homepage": "https://uui.umbraco.com/?path=/story/uui-icon",
"gitHead": "94eb22bee5ff21bac6fadbd78653671279bebe36"
"gitHead": "45c3824056586d9817efb3f61dc0bef5478747f0"
}
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