
Research
/Security News
Contagious Interview Campaign Escalates With 67 Malicious npm Packages and New Malware Loader
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.
A command line utility that generates the Node.js LTS schedule as a graph. Accepts JSON LTS data and a date range as inputs. Writes the LTS graph as HTML, SVG, and PNG files.
node bin/lts.js -s 2017-04-01 -e 2019-04-01 -h output.html -g output.svg -p output.png
-d
, --data
- The path of the input JSON file. The JSON file should be of the same format as the one in Node's Release repo. If this option is not provided, lts
uses its own bundled JSON file.-s
, --start
- The start date of the graph. Internally, this option is passed to new Date()
. Optional. Defaults to the current date.-e
, --end
- The end date of the graph. Internally, this option is passed to new Date()
. Optional. Defaults to one year from the current date.-h
, --html
- The location to write the HTML output file. Optional.-g
, --svg
- The location to write the SVG output file. Optional.-p
, --png
- The location to write the PNG output file. Uses svg2png
under the hood. Optional.-a
, --animate
- Animate the bars of the graph on load.-m
, --excludeMain
- Exclude the Main (unstable)
bar that is ever-present at the top of the graph. Optional. Defaults to false-n
, --projectName
- Provide a project name for the graph which will be displayed on the left axis beside each version. Optional. Defaults to Node.js
FAQs
Generate the Node.js LTS schedule
The npm package lts receives a total of 278 weekly downloads. As such, lts popularity was classified as not popular.
We found that lts 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
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.