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.161 to 1.3.170

5

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

@@ -17,4 +17,3 @@ "license": "MIT",

"@types/classnames": "^2.2.10"
},
"gitHead": "debedcea9a397f2b0bb5c5d683d0d4e6eb59015c"
}
}

2

src/modules/mrkt/sectionHeader/sectionHeader.ts

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

@api subtitle?: string;
@api title?: string;
@api title!: string;

@@ -18,0 +18,0 @@ private get hasPageMarginGraphics(): boolean {

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

get navItems() {
return this._navItems.map(this.normalizeItem);
return this._navItems.map(this.normalizeItem) as any[];
}

@@ -21,0 +21,0 @@ set navItems(value) {

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