Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Gimp is a node package to communicate easily with gimp.
Note that due to package transfer, gimp will start from version 1.x for development version and 2.x for stable version.
Gimp is a good graphic software, but it's just an horror to communicate with it. Few doc, incoherents binaries and behavior differences, anarchic output... However, this library begins to do the job. But seriously, it's not worth it. If the project interests you, welcome to participate !
var gimp = new Gimp(),
session = gimp.session();
session.exec('(define image (car (gimp-file-load RUN-NONINTERACTIVE "img.jpg" "img.jpg")))').then(function () {
// ...
});
Promise.all([
session.exec('(define image (car (gimp-file-load RUN-NONINTERACTIVE "d:\\\\P1100664.JPG" "d:\\\\P1100664.JPG")))'),
session.exec('(define merged (car (gimp-image-merge-visible-layers image 1)))'),
session.exec('(gimp-file-save RUN-NONINTERACTIVE image merged "d:\\\\P1100664_new.JPG" "d:\\\\P1100664_new.JPG")'),
]).then(ok, nok);
FAQs
This package is no longer supported and has been deprecated. To avoid malicious use, npm is hanging on to the package name.
The npm package gimp receives a total of 8 weekly downloads. As such, gimp popularity was classified as not popular.
We found that gimp 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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.