
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.
ledger-pivot
Advanced tools
View ledger transactions in a pivot-table in a web browser:
With node.js installed:
$ npm install -g ledger-pivot # might need to prefix with sudo
$ ledger-pivot
then navigate your web-browser to http://your-server:7070
to view the examples.
Configuration files live in directory ~/.config/ledger-pivot
unless
you've changed your $XDG_CONFIG_HOME variable.
This location can be overridden with the -c
flag on the command line.
The settings.yaml should be edited as required, specifying the source of transaction csv data and (optionally) the pivot table's initial configuration.
$ ledger-pivot --help
Usage: ledger-pivot [options]
Options:
-h, --help output usage information
-V, --version output the version number
-c, --config-path [path] path to configuration files
-p, --port [port] listening port (default:7070)
With node.js installed on the target box:
$ git clone --branch=dev https://github.com/dizzib/ledger-pivot.git
$ cd ledger-pivot
$ npm install # install project dependencies
$ npm start # build and start the task runner
ledger-pivot > b.a # build all and start server
Then navigate your web-browser to http://your-server:7070
to view the examples.
FAQs
View ledger transactions in a pivot-table in a web browser.
The npm package ledger-pivot receives a total of 0 weekly downloads. As such, ledger-pivot popularity was classified as not popular.
We found that ledger-pivot 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.