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
30
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 0.31.0 to 0.33.0

src/modules/mrkt/sectionHeader/sectionHeader.css

8

lwc.config.json

@@ -6,3 +6,9 @@ {

],
"expose": ["mrkt/subNavBar", "mrkt/ctaSection"]
"expose": [
"mrkt/subNavBar",
"mrkt/ctaSection",
"mrkt/sectionHeader",
"mrkt/twoColSection",
"mrkt/twoColListSection"
]
}

4

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

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

},
"gitHead": "840422089a4ab17d0926d2debe5e2a81f3e100b2"
"gitHead": "34ebab19f554e645e11097c0fee21cc66adc1f0a"
}

@@ -7,6 +7,6 @@ import { api, LightningElement } from "lwc";

@api buttonText: string = "";
@api dark?: boolean = false;
@api subtitle?: string | null = null;
@api imgSrcLeft?: string | null = null;
@api imgSrcRight?: string | null = null;
@api dark: boolean = false;
@api subtitle: string | null = null;
@api imgSrcLeft: string | null = null;
@api imgSrcRight: string | null = null;
@api title: string = "";

@@ -13,0 +13,0 @@

@@ -26,3 +26,3 @@ import { api } from "lwc";

private _navItems!: OptionWithLink[];
private isVisible?: boolean = true;
private isVisible: boolean = true;
private sectionIntersectionEntryMap:

@@ -29,0 +29,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