Socket
Socket
Sign inDemoInstall

@spectrum-web-components/field-label

Package Overview
Dependencies
Maintainers
7
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.10.11-overlay.18 to 0.30.0

custom-elements.json

14

package.json
{
"name": "@spectrum-web-components/field-label",
"version": "0.10.11-overlay.18+2ba65b1a7",
"version": "0.30.0",
"publishConfig": {

@@ -60,7 +60,7 @@ "access": "public"

"dependencies": {
"@spectrum-web-components/base": "^0.7.6-overlay.62+2ba65b1a7",
"@spectrum-web-components/icon": "^0.12.12-overlay.18+2ba65b1a7",
"@spectrum-web-components/icons-ui": "^0.9.13-overlay.18+2ba65b1a7",
"@spectrum-web-components/reactive-controllers": "^0.3.6-overlay.349+2ba65b1a7",
"@spectrum-web-components/shared": "^0.15.8-overlay.18+2ba65b1a7"
"@spectrum-web-components/base": "^0.30.0",
"@spectrum-web-components/icon": "^0.30.0",
"@spectrum-web-components/icons-ui": "^0.30.0",
"@spectrum-web-components/reactive-controllers": "^0.30.0",
"@spectrum-web-components/shared": "^0.30.0"
},

@@ -76,3 +76,3 @@ "devDependencies": {

],
"gitHead": "2ba65b1a7310f182972a840bea45ba93203c2da0"
"gitHead": "e34a26bf2bbea5f60a5e415e0f12c97654f0e20d"
}
"use strict";
import { FieldLabel } from "./src/FieldLabel.dev.js";
customElements.define("sp-field-label", FieldLabel);
import { defineElement } from "@spectrum-web-components/base/src/define-element.js";
defineElement("sp-field-label", FieldLabel);
//# sourceMappingURL=sp-field-label.dev.js.map

@@ -1,2 +0,2 @@

"use strict";import{FieldLabel as e}from"./src/FieldLabel.js";customElements.define("sp-field-label",e);
"use strict";import{FieldLabel as e}from"./src/FieldLabel.js";import{defineElement as l}from"@spectrum-web-components/base/src/define-element.js";l("sp-field-label",e);
//# sourceMappingURL=sp-field-label.js.map

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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