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

@spectrum-web-components/base

Package Overview
Dependencies
Maintainers
7
Versions
236
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-web-components/base - npm Package Compare versions

Comparing version 0.5.5 to 0.5.6

4

package.json
{
"name": "@spectrum-web-components/base",
"version": "0.5.5",
"version": "0.5.6",
"publishConfig": {

@@ -61,3 +61,3 @@ "access": "public"

"sideEffects": false,
"gitHead": "bdff893e2b95aba7737c58d01c6ac68861cb8b2e"
"gitHead": "32e049a0da090ffc1a54cfe3234be4d5efc73339"
}

@@ -35,7 +35,7 @@ import { __decorate } from "tslib";

}
firstUpdated(changes) {
super.firstUpdated(changes);
update(changes) {
if (!this.hasAttribute('size') && !noDefaultSize) {
this.setAttribute('size', this.size);
}
super.update(changes);
}

@@ -42,0 +42,0 @@ }

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