1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-20 17:51:35 +02:00
server/util
dependabot[bot] b5872513ce Bump url-parse from 1.5.7 to 1.5.10 in /util
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28 04:54:37 +00:00
..
.vscode update util 2021-08-29 00:03:58 +02:00
scripts automatically run db migrations 2021-10-15 18:39:19 +02:00
src changed user.premium_since to also load from the database. 2022-02-18 19:50:11 +03:00
tests update util 2021-08-29 00:03:58 +02:00
.gitignore util 2021-08-24 16:35:59 +02:00
.npmignore util 2021-08-12 20:33:02 +02:00
.prettierrc util 2021-08-12 20:33:02 +02:00
LICENSE util 2021-08-12 20:33:02 +02:00
ormconfig.json 🎨 emoji db migration 2021-10-10 14:09:54 +02:00
package-lock.json Bump url-parse from 1.5.7 to 1.5.10 in /util 2022-02-28 04:54:37 +00:00
package.json revert dependabot PRs that update node-fetch to v3 2022-01-24 17:06:31 +11:00
README.md 📝 updated links to fosscord-server 2021-08-13 13:18:45 +02:00
tsconfig.json Revert "fix: make the CDN build correctly" 2021-10-18 14:38:34 +02:00

Fosscord server util

About

Fosscord is a free open source selfhostable chat, voice and video discord-compatible platform.

Fosscord server util contains all necessary logic that is shared between the api, gateway and cdn.

It contains all mongoose database models and utility functions.

Installation

npm install @fosscord/server-util