Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Static CV generator from a YAML file, in HTML or PDF format.
$ gem install yaml-cv
Disclaimer: On versions 0.1
PDF generation will be a little rough, since I implemented the release system before getting around to that.
The CV can be drawn-out in a yaml file, similar to the one shown below.
details:
first_name: John
last_name: Doe
title: Placeholder Engineer
profile: Personal description.
contact:
- text: johndoe@example.com
url: mailto:johndoe@example.com
icon: email
technical:
- category: Languages
items: C, C++, C#, HTML
- category: Frameworks
items: Node.js, React.js, Bootstrap
For more, there is the examples folder.
By default, the output will be printed to stdout in HTML format.
$ yaml-cv my_cv.yml
<html>
<head>
<title> Doe John - Public Figure </title>
<style>
...
To save to a file, use one or both of the --html
and --pdf
arguments, while specifying the output file to write to.
$ yaml-cv my_cv.yml --html my_cv.html
$ yaml-cv my_cv.yml --pdf my_cv.pdf
For PDF generation on Windows, wkhtmltopdf.exe needs to be in the PATH.
The --watch
option can also be used to watch the input file for changes and automatically regenerate the output.
$ yaml-cv my_cv.yml --html my_cv.html --watch
FAQs
Unknown package
We found that yaml-cv 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.