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.5.4 to 0.6.0

4

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

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

},
"gitHead": "cebf647acc9c020249c0f9b760369bca1c4426ef"
"gitHead": "58b06bc8a8006d832bb2e25999423404bee9e523"
}

@@ -89,2 +89,4 @@ import Button from "dx/button";

const element = render();
expect(element.headerHref).toBe("/");
const headerEl: HTMLElement = element.shadowRoot.querySelector(

@@ -91,0 +93,0 @@ "header"

@@ -14,2 +14,3 @@ import { api } from "lwc";

@api langValuePath: string = "id"; // allows to override how language property is interpreted, follows valuePath dropdown api.
@api headerHref: string = "/";

@@ -16,0 +17,0 @@ @api

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