
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@salesforcedevs/sfdocs-remark-tabs-plugin
Advanced tools
This is a custom plugin for authoring the tabs in a markdown file. This plugin transforms the authored tabs into html components.
Example: ::::::tabset{tabs='["Tab1", "Tab2"]'}
:::::tab Test tab1 :::::
:::::tab Test tab2 :::::
::::::
Transformed html using this tab plugin is as follows:
<dx-tab-panel-list tabs="[{"label":"Tab1"},{"label":"Tab2"}]">
<dx-tab-panel>
<p>Test tab1</p>
</dx-tab-panel>
<dx-tab-panel>
<p>Test tab2</p>
</dx-tab-panel>
</dx-tab-panel-list>
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 remark plugin for tabs
The npm package @salesforcedevs/sfdocs-remark-tabs-plugin receives a total of 588 weekly downloads. As such, @salesforcedevs/sfdocs-remark-tabs-plugin popularity was classified as not popular.
We found that @salesforcedevs/sfdocs-remark-tabs-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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.