![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
factorio-mods
Advanced tools
An npm package to get stats for mods and users from mods.factorio.com
Factorio-mods is an npm package to fetch user and mod information from mods.factorio.com
npm install --save factorio-mods
var Factorio = require('factorio-mods');
The main reason I made this was for the download stats.
Factorio.mod("bobassembly").then(function(info){
console.log( JSON.stringify(info, null, 2) );
}, console.warn);
This will return the following information:
{
"id": "bobassembly",
"downloads": 452228,
"updated": "a day ago",
"versions": "0.13 - 0.17",
"title": "Bob's Assembling machines ",
"author": {
"name": "Bobingabout",
"link": "/user/Bobingabout",
"id": "Bobingabout"
},
"license": "https://forums.factorio.com/viewtopic.php?f=51&t=28573",
"summary": "Adds assembling machines 4, 5 and 6. And other machine higher tiers too.",
"description": " ..long description.. "
}
Not much user information is available.
Factorio.user('Bobingabout').then(function(info){
console.log( JSON.stringify(info, null, 2) );
}, console.warn);
Will return the following information:
{
"id": "Bobingabout",
"avatar": "https://www.gravatar.com/avatar/cfd17b18221b7ba34f097081d55c3a5e?s=192",
"name": "Bobingabout",
"downloads": 7373337,
"mods": [
{
"id": "bobassembly",
"image": "https://mods-data.factorio.com/assets/7c17c0832f43a643145cb4bc3ea7e1ba2625c493.thumb.png",
"title": "Bob's Assembling machines",
"link": "/mod/bobassembly",
"summary": "Adds assembling machines 4, 5 and 6. And other machine higher tiers too.",
"downloads": 452228,
"versions": "0.13 - 0.17",
"updated": "a day ago"
}
]
}
If you have any bugs or issues please report them here
FAQs
An npm package to get stats for mods and users from mods.factorio.com
We found that factorio-mods 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.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.