Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH 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)
$ npm install -g livescript # ensure livescript is installed globally
$ git clone git@github.com:dizzib/ledger-pivot.git
$ cd ledger-pivot
$ ./task/bootstrap # compile the task runner and install dependencies
$ node _build/task/repl # launch the task runner
ledger-pivot > b.a # build all and run
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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.