
Research
/Security News
Mini Shai-Hulud Campaign Hits Red Hat Cloud Services npm Packages
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.
Unleash your screenshots stored in Chrome Devtool timeline files

Before using snapline, please install imageMagick and ensure that your version of node is greater than 4.0.
npm install -g snapline
> snapline -h
Usage: snapline <timeline> [options]
Options:
--help Show help [boolean]
-o, --output Output file name [string] [default: "timeline.gif"]
-f, --fps Number of frames per seconds [number] [default: "10"]
const snapline = require('../src')
const timeline = require('./my-awesome-timeline.json')
snapline.toGif(timeline)
.then(gifPath => console.log(`The gif(t) is ready: ${gifPath}!`))
snapline.toGif(timeline[, options])timeline <timelineEntry[]> - The parsed JSON content of the timeline fileoptions.output - path of the gif. default: ./timeline.gifoptions.fps - Number of frames per seconds. default: 10Returns a Promise that resolves with the path of the created gif
snaplie.toImages(timeline[, options])timeline <timelineEntry[]> - The parsed JSON content of the timeline fileoptions.output - folder path that will contains the screenshots. default: ./screenshotsoptions.fps - Number of frames per seconds. default: 10Returns a Promise that resolves with the path of the path of the created directory
MIT. See /LICENSE
Pierre-Marie Dartus - @pmdartus
FAQs
Unleash your screenshots stored in Chrome Devtool timeline files
The npm package snapline receives a total of 5 weekly downloads. As such, snapline popularity was classified as not popular.
We found that snapline 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
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.

Research
/Security News
The North Korean malware loader hides in a Packagist-listed package and its GitHub branch to fetch and execute remote code in a likely Contagious Interview-style lure.

Security News
The Rust project is moving toward formal rules on LLM use in contributions after months of internal debate over maintainer burden, code quality, and contributor experience.