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

@conectate/ct-button

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@conectate/ct-button - npm Package Compare versions

Comparing version 3.12.4 to 3.12.9

6

ct-button-menu.js

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

return html ` <span class="dropdown-trigger center">
${this.dropDownTrigger ? this.dropDownTrigger : this.use_slot ? html `<slot name="dropdown"></slot>` : html `<ct-icon icon="${this.icon}"></ct-icon>`}
${this.dropDownTrigger
? this.dropDownTrigger
: this.use_slot
? html `<slot name="dropdown"></slot><slot name="trigger"></slot>`
: html `<ct-icon icon="${this.icon}"></ct-icon>`}
</span>

@@ -124,0 +128,0 @@ <!-- <ct-icon icon="expand_more"></ct-icon> -->

4

package.json
{
"name": "@conectate/ct-button",
"version": "3.12.4",
"version": "3.12.9",
"description": "HTML Button made with Web Components and Lit",

@@ -48,3 +48,3 @@ "main": "ct-button.js",

},
"gitHead": "82a2a19a6f3eeb0ed4c8df7a5cd30afae29fcc88"
"gitHead": "b627c0831564ca389d8b7075e2951b646a288159"
}
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