Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@umbraco-ui/uui-base

Package Overview
Dependencies
Maintainers
7
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.2.0-rc.2 to 1.2.0-rc.3

6

lib/mixins/LabelMixin.d.ts
import { LitElement, TemplateResult } from 'lit';
type Constructor<T = {}> = new (...args: any[]) => T;
export declare class LabelMixinInterface {
/**
* Label to be used for aria-label and potentially as visual label for some components
* @type {string}
* @prop
* @attr
*/
label: string;

@@ -5,0 +11,0 @@ protected renderLabel(): TemplateResult;

4

package.json
{
"name": "@umbraco-ui/uui-base",
"version": "1.2.0-rc.2",
"version": "1.2.0-rc.3",
"license": "MIT",

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

"homepage": "https://uui.umbraco.com/?path=/story/uui-base",
"gitHead": "b3217b08b13dabeef0225ab3ead06d6677a245a2"
"gitHead": "ea5983f5f13e95944adba0174839548b11154b4a"
}
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