{"library":"userito","type":"library","category":null,"description":"Userito is a Node.js library designed for managing user data, offering persistence options via either a local JSON file or a MongoDB database. The current stable version is 5.0.0, released in 2022, which introduced support for Node.js 16 and dropped compatibility with older Node.js versions. While there isn't a strict release cadence, new major versions typically align with Node.js End-of-Life (EOL) cycles, dropping support for older runtimes, and incorporating dependency updates like Mongoose. Its primary differentiator is the flexibility to switch between simple file-based storage, suitable for development or small applications, and a robust MongoDB backend for more scalable solutions, all through a unified, function-based API. It provides core CRUD operations for user management.","language":"javascript","status":"active","version":"5.0.0","tags":["javascript","users","rest","mongodb"],"last_verified":"Wed May 27","install":[{"cmd":"npm install userito","imports":["const useritoFactory = require('userito');\nconst useritoInstance = useritoFactory({ type: 'file' });","const useritoFile = require('userito')({ type: 'file' });","import useritoFactory from 'userito';\nconst useritoFile = useritoFactory({ type: 'file' });"]},{"cmd":"yarn add userito","imports":[]},{"cmd":"pnpm add userito","imports":[]}],"homepage":null,"github":"https://github.com/coderaiser/node-userito","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/userito","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/userito/compatibility"}}