
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.
generator-badge
Advanced tools
Generate badges for your readme
$ npm install --save --global generator-badge
BEFORE
README.md:
# MY-AWESOME-PROJECT
<!-- badge -->
<!-- endbadge -->
THEN YOU DO
Terminal:
awesome-project$ badge install travis npm-version
WHAT YOU GET
README.md:
# MY-AWESOME-PROJECT
<!-- badge -->
[](https://travis-ci.org/tanhauhau/awesome-project)
[](https://www.npmjs.com/package/awesome-project)
<!-- endbadge -->
Install badges
$ badge install <badges> [<args>]
You can specify required field values into arguments:
$ badge install travis --repo-username=tanhauhau --repo-name=awesome-project
For field values that is missing, badge
will prompt you to enter.
*All the information gathered will be stored at .badge.json in the same folder as the nearest README.
Other options available
--no-cache
Do not use information stored in .badge.json
.
--ignore-warning
Install badges even if some badges specified does not exists.
List of installed badge(s)
$ badge installed
List of all badges available
$ badge list <badges>
You can list all the badges available
$ badge list
List of badges that will be installed
$ badge list <badges>
Example
$ badge list apm tavis
Note typo in Travis. This command shows what will be installed, a typo in Tavis will install nothing
Help
$ badge help <badge>
Clear
$ badge clear
Remove all badges
See a list of badges available here.
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
MIT
FAQs
Generate badges for your readme
We found that generator-badge demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.