New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

runtime-eol

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

runtime-eol - npm Package Compare versions

Comparing version
1.2.5
to
1.2.6
+52
-32
helpers/failover.json

@@ -5,5 +5,9 @@ [

"source": "https://endoflife.date/api/{product}.json",
"sync": "2025-09-02",
"sync": "2026-03-27",
"supported": [
{
"cycle": "dotnet10",
"support": "2028-11-14"
},
{
"cycle": "dotnet8",

@@ -13,8 +17,12 @@ "support": "2026-11-10"

{
"cycle": "dotnet9",
"support": "2026-11-10"
},
{
"cycle": "java11",
"support": "2026-06-30"
"support": "2027-06-30"
},
{
"cycle": "java17",
"support": "2026-06-30"
"support": "2027-06-30"
},

@@ -26,4 +34,8 @@ {

{
"cycle": "java25",
"support": "2029-06-30"
},
{
"cycle": "java8.al2",
"support": "2026-06-30"
"support": "2027-06-30"
},

@@ -39,4 +51,8 @@ {

{
"cycle": "nodejs24.x",
"support": "2028-04-30"
},
{
"cycle": "provided.al2",
"support": "2026-06-30"
"support": "2026-07-31"
},

@@ -49,7 +65,7 @@ {

"cycle": "python3.10",
"support": "2026-06-30"
"support": "2026-10-31"
},
{
"cycle": "python3.11",
"support": "2026-06-30"
"support": "2027-06-30"
},

@@ -65,4 +81,4 @@ {

{
"cycle": "python3.9",
"support": "2025-12-15"
"cycle": "python3.14",
"support": "2029-06-30"
},

@@ -76,2 +92,6 @@ {

"support": "2027-03-31"
},
{
"cycle": "ruby3.4",
"support": "2028-03-31"
}

@@ -81,46 +101,46 @@ ]

{
"label": "nextjs",
"label": "python",
"source": "https://endoflife.date/api/{product}.json",
"sync": "2025-09-02",
"sync": "2026-03-27",
"min": {
"cycle": "14",
"eol": false,
"latest": "14.2.32"
"cycle": "3.10",
"eol": "2026-10-31",
"latest": "3.10.20"
},
"recommended": {
"cycle": "15",
"eol": false,
"latest": "15.5.2"
"cycle": "3.13",
"eol": "2029-10-31",
"latest": "3.13.12"
}
},
{
"label": "python",
"label": "node",
"source": "https://endoflife.date/api/{product}.json",
"sync": "2025-09-02",
"sync": "2026-03-27",
"min": {
"cycle": "3.9",
"eol": "2025-10-31",
"latest": "3.9.23"
"cycle": "20",
"eol": "2026-04-30",
"latest": "20.20.2"
},
"recommended": {
"cycle": "3.13",
"eol": "2029-10-31",
"latest": "3.13.7"
"cycle": "24",
"eol": "2028-04-30",
"latest": "24.14.1"
}
},
{
"label": "node",
"label": "nextjs",
"source": "https://endoflife.date/api/{product}.json",
"sync": "2025-09-02",
"min": {
"cycle": "20",
"eol": "2026-04-30",
"latest": "20.19.4"
"cycle": "14",
"eol": false,
"latest": "14.2.32"
},
"recommended": {
"cycle": "22",
"eol": "2027-04-30",
"latest": "22.19.0"
"cycle": "15",
"eol": false,
"latest": "15.5.2"
}
}
]
{
"name": "runtime-eol",
"version": "1.2.5",
"version": "1.2.6",
"description": "check runtime versions",

@@ -21,3 +21,3 @@ "main": "index.js",

"engines": {
"node": ">=20 <=24"
"node": ">=22 <=24"
},

@@ -39,2 +39,2 @@ "devDependencies": {

"license": "MIT"
}
}