
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@salesforcedevs/sfdocs-remark-specification-plugin
Advanced tools
This is a custom plugin for authoring the speciifcation tab content in a markdown file. This plugin transforms the authored specification syntax into html components.
Example: ::component-specification{component="button" model="lwc" namespace="lightning"}
Transformed html using this specification plugin is as follows:
<doc-specification-content component="button" model="lwc" namespace="lightning" router-url=${cx_router_url}>
</doc-specification-content>
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.
For testing purpose, set the environment variable:
CX_ROUTER_API_BASE_URL: 'https://cx-mock-router-internal-07a18d7b3f61.herokuapp.com'
FAQs
SFDocs remark plugin for specification page
The npm package @salesforcedevs/sfdocs-remark-specification-plugin receives a total of 467 weekly downloads. As such, @salesforcedevs/sfdocs-remark-specification-plugin popularity was classified as not popular.
We found that @salesforcedevs/sfdocs-remark-specification-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 15 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
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.