
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
This little command line utility scans pwd and merges all image files sorted by name into a single PDF file.
A command-line utility that scans files in the current directory, sorts them by name, and merges all images into a single PDF file named after the directory.
You can install jn-pdf
globally using npm:
npm i jn-pdf -g
After installing globally, you can use jn-pdf
in any directory containing image files. Navigate to the directory you want to convert and run:
jn-pdf
This will create a PDF file named after the current directory, containing all images sorted by name.
You can add a context menu option in Windows File Explorer to use jn-pdf
directly from the right-click menu.
Create a batch script jn-pdf.bat
:
@echo off
cd /d %1
jn-pdf
Save the batch script in a directory included in your system's PATH.
Add the following registry entries:
regedit
).HKEY_CLASSES_ROOT\Directory\Background\shell
.jn-pdf
.(Default)
value to Merge Images to PDF
.jn-pdf
, create a key named command
.(Default)
value of command
to "C:\path\to\jn-pdf.bat" "%V"
.Once set up, you can right-click in any folder and select "Merge Images to PDF" to run jn-pdf
.
pdf-lib
for creating PDF files.glob
for pattern matching to find image files.commander
for handling command-line arguments.canvas
for loading images in the Node.js environment.Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
FAQs
This little command line utility scans pwd and merges all image files sorted by name into a single PDF file.
The npm package jn-pdf receives a total of 3 weekly downloads. As such, jn-pdf popularity was classified as not popular.
We found that jn-pdf demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.