New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@salesforcedevs/mrkt-components

Package Overview
Dependencies
Maintainers
15
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@salesforcedevs/mrkt-components - npm Package Compare versions

Comparing version 1.3.147 to 1.3.160

4

package.json
{
"name": "@salesforcedevs/mrkt-components",
"version": "1.3.147",
"version": "1.3.160",
"description": "Marketing Lightning web components for DSC",

@@ -18,3 +18,3 @@ "license": "MIT",

},
"gitHead": "c046874452685c28208a52392b494ad791c3f305"
"gitHead": "cba7e68142d03e2a299dfb8354a50732b20ad77c"
}
import { api, LightningElement } from "lwc";
import cx from "classnames";
import { track } from "dxUtils/analytics";
import { ButtonSize } from "typings/custom";

@@ -8,2 +9,3 @@ export default class CTASection extends LightningElement {

@api buttonText!: string;
@api buttonSize: ButtonSize = "small";
@api dark?: boolean;

@@ -10,0 +12,0 @@ @api subtitle?: string;

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