Socket
Socket
Sign inDemoInstall

@salesforcedevs/docs-components

Package Overview
Dependencies
16
Maintainers
13
Versions
571
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.227-newdocux-alpha3 to 1.3.227-newdocux-alpha4

2

package.json
{
"name": "@salesforcedevs/docs-components",
"version": "1.3.227-newdocux-alpha3",
"version": "1.3.227-newdocux-alpha4",
"description": "Docs Lightning web components for DSC",

@@ -5,0 +5,0 @@ "license": "MIT",

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

}
private get showLatestTag(): boolean {
return !this.hideBadge;
}
}

@@ -581,5 +581,3 @@ /* eslint-disable @lwc/lwc/no-document-query */

private updateSearchInput(searchParam: string): void {
(
this.template.querySelector("doc-content-layout") as any
)?.setSidebarInputValue(searchParam);
(this.refs.docContentLayout as any)?.setSidebarInputValue(searchParam);
}

@@ -586,0 +584,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc