New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@salesforcedevs/docs-components

Package Overview
Dependencies
Maintainers
28
Versions
672
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.7.0 to 0.8.4-alpha1

4

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

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

},
"gitHead": "924c919f0e9214fffb628926b1ac0ad73f9304b7"
"gitHead": "4629fdd9ca18a13480044ad43515b91945d16aad"
}

@@ -10,4 +10,2 @@ /* eslint-disable @lwc/lwc/no-inner-html */

const LANGUAGE_MAP: { [key: string]: string } = {
xml: "plain",
html: "plain",
js: "javascript"

@@ -110,3 +108,4 @@ };

title: "", // Default no title.
variant: this.codeBlockType
variant: this.codeBlockType,
isEncoded: true
});

@@ -113,0 +112,0 @@ // eslint-disable-next-line no-use-before-define

@@ -25,3 +25,3 @@ import Button from "dx/button";

const GTM_EVENT_NAME = "custEv_signUpClick";
const GTM_EVENT_NAME = "custEv_signupStart";
const SIGN_UP_LABEL = "Sign Up";

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