Socket
Socket
Sign inDemoInstall

@salesforcedevs/docs-components

Package Overview
Dependencies
Maintainers
0
Versions
625
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 1.3.300-scroll-alpha3 to 1.3.300-scroll-alpha4

2

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

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

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

if(!docPhaseEl) {
if (!docPhaseEl) {
docPhaseEl = (

@@ -241,3 +241,3 @@ this.template.querySelector("[name=version-banner]")! as any

const docHeaderHeight = docHeaderEl.getBoundingClientRect().height;
const totalHeaderHeight = globalNavHeight + docHeaderHeight + 40;
const totalHeaderHeight = globalNavHeight + docHeaderHeight;

@@ -265,5 +265,6 @@ // Selecting the doc section heading and RNB here.

totalHeaderHeight +
docPhaseEl.getBoundingClientRect().height
docPhaseEl.getBoundingClientRect().height +
40
}px`
: `${totalHeaderHeight}px`;
: `${totalHeaderHeight + 40}px`;
});

@@ -270,0 +271,0 @@

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