Socket
Socket
Sign inDemoInstall

@salesforcedevs/docs-components

Package Overview
Dependencies
0
Maintainers
38
Versions
579
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.26 to 0.4.32

4

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

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

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

@@ -99,3 +99,4 @@ /* eslint-disable @lwc/lwc/no-inner-html */

codeBlock: codeBlockEl.innerHTML,
language: language,
// ! Hot fix for incoming html tags from couchdb for xml blocks, fix me soon please
language: language === "xml" ? "plain" : language,
theme: this.codeBlockTheme,

@@ -102,0 +103,0 @@ title: "", // Default no title.

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