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
0
Versions
671
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 1.3.345-spec-alpha1 to 1.3.345-spec-alpha2

2

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

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -8,4 +8,4 @@ import { LightningElement, track, api } from "lwc";

@api component: string = "button";
@api type: string = "lwc";
@api subType: string = "lightning";
@api model: string = "lwc";
@api namespace: string = "lightning";

@@ -16,3 +16,3 @@ /* TODO: The actual URL is as follows:

*/
@api routerUrl: string =
@api apiBaseUrl: string =
"https://cx-mock-router-internal-07a18d7b3f61.herokuapp.com";

@@ -30,3 +30,3 @@

async fetchComponentMetadata() {
const url = `${this.routerUrl}/${this.type}/${this.subType}/${this.component}`;
const url = `${this.apiBaseUrl}/${this.model}/${this.namespace}/${this.component}`;

@@ -33,0 +33,0 @@ try {

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