
Product
Announcing Socket Certified Patches: One-Click Fixes for Vulnerable Dependencies
A safer, faster way to eliminate vulnerabilities without updating dependencies
picture-show
Advanced tools
A command line tool for generating a photo gallery from a folder of images.
npm install -g picture-show
Pass Picture Show a folder of images and tell it where to export the gallery to. Picture Show will resize the images to a set width (default is 1400px) and copy them into a new folder, named with a random string, along with the gallery HTML/CSS/JS. The original images will not be modified.
The image resizing library does not support HEIC so if exporting from Apple Photos make sure to export JPGs.
The script checks the Exif data for creation date (using DateTimeOriginal) and sorts by date.
$ picture-show [source images dir] [export dir]
Example: $ picture-show ~/Desktop/photoFolder ~/Desktop
--show-date : add this flag to display the photo creation date in the gallery
-w [width in px] : sets the width of the photos. default is 1400
Example with options: $ picture-show ~/Desktop/photoFolder ~/Desktop -w 2000 --show-date
blueimp Gallery for the front end. Sharp for image resizing. jpeg-exif for reading exif data. minimist for parsing command line arguments. fs-extra for file manipulation.
FAQs
Command line tool for generating shareable photo albums
We found that picture-show 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.

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies

Product
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.

Research
/Security News
Malicious npm packages use Adspect cloaking and fake CAPTCHAs to fingerprint visitors and redirect victims to crypto-themed scam sites.