Socket
Socket
Sign inDemoInstall

@spectrum-web-components/field-label

Package Overview
Dependencies
Maintainers
6
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-web-components/field-label - npm Package Compare versions

Comparing version 0.5.6-beta.3 to 0.5.6

6

custom-elements.json

@@ -28,2 +28,8 @@ {

"name": "FieldLabel",
"slots": [
{
"description": "text content of the label",
"name": ""
}
],
"members": [

@@ -30,0 +36,0 @@ {

8

package.json
{
"name": "@spectrum-web-components/field-label",
"version": "0.5.6-beta.3+c312a8a9a",
"version": "0.5.6",
"publishConfig": {

@@ -48,4 +48,4 @@ "access": "public"

"@spectrum-web-components/base": "^0.4.5",
"@spectrum-web-components/icon": "^0.9.10-beta.32+c312a8a9a",
"@spectrum-web-components/icons-ui": "^0.6.10-beta.32+c312a8a9a",
"@spectrum-web-components/icon": "^0.9.10",
"@spectrum-web-components/icons-ui": "^0.6.10",
"@spectrum-web-components/shared": "^0.12.7",

@@ -62,3 +62,3 @@ "tslib": "^2.0.0"

],
"gitHead": "c312a8a9a8c3cf22802a606f03101b30706bee17"
"gitHead": "526f47044807c92b6e7909bb0e14ac6033d6ba63"
}

@@ -9,2 +9,4 @@ import { SpectrumElement, CSSResultArray, TemplateResult, PropertyValues } from '@spectrum-web-components/base';

* @element sp-field-label
*
* @slot - text content of the label
*/

@@ -11,0 +13,0 @@ export declare class FieldLabel extends FieldLabel_base {

@@ -19,2 +19,4 @@ /*

* @element sp-field-label
*
* @slot - text content of the label
*/

@@ -21,0 +23,0 @@ export class FieldLabel extends SizedMixin(SpectrumElement) {

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