Socket
Socket
Sign inDemoInstall

@salesforcedevs/dw-components

Package Overview
Dependencies
9
Maintainers
13
Versions
239
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.235-alpha.1 to 1.3.235-alpha.2

2

package.json
{
"name": "@salesforcedevs/dw-components",
"version": "1.3.235-alpha.1",
"version": "1.3.235-alpha.2",
"description": "Lightning web components for https://developer.salesforce.com",

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

export type VideoCardsData = {
key: number;
title: string;
body: string;
href: string;
imgAlt: string;
imgSrc: string;
title: string;
target: string;
hasSocial: boolean;

@@ -14,2 +9,5 @@ socialName: string;

socialProfileImgSrc: "string";
isLinkedin: boolean | undefined;
isTwitter: boolean | undefined;
videoId: string;
};

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc