
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.
$ badge install travis
Inferring information needed...
? repo-username: tanhauhau
? repo-name: awesome-project
Preparing the badges...
Looking for README...
Injecting badges into README...
Done :)
List of all badges available
$ badge list <badges>
You can list all the badges available
$ badge list
Or list specified badges only
$ badge list apm tavis
Note typo in Travis.
Help
$ badge help <badge>
$ badge help travis
travis-default
Build apps with confidence.
Description : Travis build status of master branch
Fields : repo-username, repo-name
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
The npm package generator-badge receives a total of 1 weekly downloads. As such, generator-badge popularity was classified as not popular.
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.