
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
This Jekyll plugin provides a tag that takes a Github user and returns either an image or a raw SVG of the contribution graph.
Add this line to your application's Gemfile:
group :jekyll_plugins do
gem 'jekyll_github_chart'
end
And then execute:
$ bundle install
Or install it yourself as:
$ gem install jekyll_github_chart
Finally, call the plugin in your _config.yml
file.
plugins:
- jekyll-github-chart
You can call the tag with a the defaults like this.
{% github_chart username %}
This will generate an HTML img
tag with an SVG encoded as a data URI. For example:
<img src='data:image/svg+xml;charset=utf-8,...' class='github-contributions' alt='username Github contributions' />
There are 3 color schemes available: default
, old
, and halloween
.
{% github_chart username halloween %}
Finally, if you don't want an img
tag, you can pass a format argument to have a raw SVG output.
{% github_chart username halloween raw %}
Here's an example using the default parameters.
Thanks to @akerl for creating the githubchart gem which is the foundation of this plugin.
Bug reports and pull requests are welcome on GitHub at https://github.com/kinduff/jekyll-github-chart.
The gem is available as open source under the terms of the MIT License.
FAQs
Unknown package
We found that jekyll-github-chart 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.