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.32 to 0.4.33

4

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

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

},
"gitHead": "2cd3cb9b2daa64e4e04fc193ed22cb2f448419cc"
"gitHead": "9c082b5632ca7e1a0aff78227c4ee8fc126b3cf3"
}

@@ -174,19 +174,6 @@ /* eslint-disable @lwc/lwc/no-inner-html */

anchorEl.setAttribute("data-id", "docs/" + updatedURL);
} else if (href[2] === "developer.salesforce.com") {
let updatedURL = this.pageReference.domain;
if (href[3]) {
updatedURL = updatedURL + `/${href[3]}`;
}
if (href[4]) {
updatedURL = updatedURL + `/${href[4]}`;
}
if (href[5]) {
updatedURL = updatedURL + `/${href[5]}`;
}
if (href[6]) {
updatedURL = updatedURL + `/${href[6]}`;
}
anchorEl.setAttribute("href", updatedURL);
anchorEl.setAttribute("data-id", updatedURL);
return;
}
anchorEl.setAttribute("data-id", anchorEl.href);
});

@@ -193,0 +180,0 @@

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