Socket
Socket
Sign inDemoInstall

@salesforcedevs/docs-components

Package Overview
Dependencies
Maintainers
28
Versions
637
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@salesforcedevs/docs-components - npm Package Compare versions

Comparing version 0.4.33 to 0.4.34

4

package.json
{
"name": "@salesforcedevs/docs-components",
"version": "0.4.33",
"version": "0.4.34",
"description": "Docs Lightning web components for DSC",

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

},
"gitHead": "9c082b5632ca7e1a0aff78227c4ee8fc126b3cf3"
"gitHead": "26241a33c562bf7c9031e965545a37faeaa369e8"
}

@@ -87,4 +87,6 @@ import { html } from "lit-html";

title="${mockPropsDevelopers.title}"
bail-href="/"
bail-label="PDF"
subtitle="${mockPropsDevelopers.subtitle}"
nav-items="${mockPropsDevelopers.navItems}"
nav-items="${JSON.stringify(mockPropsDevelopers.navItems)}"
coveo-organization-id="${mockPropsDevelopers.coveoOrganizationId}"

@@ -91,0 +93,0 @@ coveo-public-access-token="${mockPropsDevelopers.coveoPublicAccessToken}"

@@ -40,2 +40,6 @@ import { api } from "lwc";

private get showBailLink(): boolean {
return this.hasBailLink && !this.hasScopedNavItems && !this.mobile;
}
connectedCallback(): void {

@@ -42,0 +46,0 @@ super.connectedCallback();

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