Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@salesforcedevs/sfdocs-do-dont-plugin
Advanced tools
This is a custom plugin for authoring the do-dont in a markdown file. This plugin transforms the authored do-don't plugin into html components.
Example: ::do-dont{is-do=true img-src="./media/sample.png" title="Example Description"}
Transformed html using this tab plugin is as follows:
<doc-do-dont is-do="true" img-src="./media/sample.png" caption="Example Description">
</doc-do-dont>
yarn install && yarn build
To test the plugin code, publish alpha package using following command:
yarn publish --new-version 1.0.0-alpha --tag alpha --access=public
Use following command to publish actual package:
yarn publish
Please make sure to push your changes (version number & other changes) to git once publishing is complete.
FAQs
SFDocs do don't plugin
The npm package @salesforcedevs/sfdocs-do-dont-plugin receives a total of 450 weekly downloads. As such, @salesforcedevs/sfdocs-do-dont-plugin popularity was classified as not popular.
We found that @salesforcedevs/sfdocs-do-dont-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.