Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@salesforcedevs/docs-components

Package Overview
Dependencies
Maintainers
32
Versions
651
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.54.5 to 0.54.6

LICENSE

4

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

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

},
"gitHead": "4629fdd9ca18a13480044ad43515b91945d16aad"
"gitHead": "643dd94de9c0f755960b748bdb425720f4ad53f3"
}

@@ -407,3 +407,7 @@ import { api, track } from "lwc";

if (!this.pageReference.hash) {
window.scrollTo(0, 0);
document.querySelector("main")?.scrollIntoView({
behavior: "smooth",
block: "start",
inline: "nearest"
});
}

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