Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More ā†’
Socket
Sign inDemoInstall
Socket

@salesforcedevs/docs-components

Package Overview
Dependencies
Maintainers
28
Versions
647
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.14.1 to 0.14.3

4

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

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

},
"gitHead": "ad0c0d733107bdb9ddd5770e8f362105fdf32440"
"gitHead": "5f2e8f24d38615ea586617396722792cf8a42f20"
}

@@ -176,2 +176,31 @@ export const content = `<div><a name='apex_dev_guide'><!-- --></a><h1 class='helpHead1'>Apex Developer Guide</h1><div class='shortdesc'>Salesforce has changed the way organizations do business by moving enterprise

</tr>
<tr>
<td><code>list</code></td>
<td>X</td>
<td class="with-list">
The items in this list should not have larger text than normal:
<ul>
<li class="li">Item one</li>
<li class="li">Item two</li>
</ul>
</td>
</tr>
<tr>
<td><a href="#">link</a></td>
<td>X</td>
<td class="with-link-and-p">
The link text should not be larger than normal.
<p>Paragraph text should not be larger either.</p>
</td>
</tr>
<tr>
<td><code>callout</code></td>
<td></td>
<td class="with-callout">
This callout should still have larger text:
<doc-content-callout title="Callout test" variant="note">
<p>The text here should *not* be the same size as other table text.</p>
</doc-content-callout>
</td>
</tr>
</tbody>

@@ -178,0 +207,0 @@ </table>`;

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