node-releases 2.0.48 → 2.0.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/processed/envs.json +16 -0
- package/package.json +1 -1
package/data/processed/envs.json
CHANGED
|
@@ -2831,6 +2831,14 @@
|
|
|
2831
2831
|
"security": true,
|
|
2832
2832
|
"v8": "13.6.233.17"
|
|
2833
2833
|
},
|
|
2834
|
+
{
|
|
2835
|
+
"name": "nodejs",
|
|
2836
|
+
"version": "24.18.0",
|
|
2837
|
+
"date": "2026-06-23",
|
|
2838
|
+
"lts": "Krypton",
|
|
2839
|
+
"security": false,
|
|
2840
|
+
"v8": "13.6.233.17"
|
|
2841
|
+
},
|
|
2834
2842
|
{
|
|
2835
2843
|
"name": "nodejs",
|
|
2836
2844
|
"version": "25.0.0",
|
|
@@ -2942,5 +2950,13 @@
|
|
|
2942
2950
|
"lts": false,
|
|
2943
2951
|
"security": false,
|
|
2944
2952
|
"v8": "14.6.202.34"
|
|
2953
|
+
},
|
|
2954
|
+
{
|
|
2955
|
+
"name": "nodejs",
|
|
2956
|
+
"version": "26.4.0",
|
|
2957
|
+
"date": "2026-06-24",
|
|
2958
|
+
"lts": false,
|
|
2959
|
+
"security": false,
|
|
2960
|
+
"v8": "14.6.202.34"
|
|
2945
2961
|
}
|
|
2946
2962
|
]
|