parse-server
parse-server copied to clipboard
Parse Server for Node.js / Express
 ### Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project. #### Snyk changed the following file(s): - `package.json` - `package-lock.json` #### Vulnerabilities...
 Snyk has created this PR to upgrade pg-promise from 11.14.0 to 11.15.0. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot...
 ### Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project. #### Snyk changed the following file(s): - `package.json` - `package-lock.json` #### Vulnerabilities...
 ### Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project. #### Snyk changed the following file(s): - `package.json` - `package-lock.json` #### Vulnerabilities...
## Pull Request - Report security issues [confidentially](https://github.com/parse-community/parse-server/security/policy). - Any contribution is under this [license](https://github.com/parse-community/parse-server/blob/alpha/LICENSE). - Link this pull request to an [issue](https://github.com/parse-community/parse-server/issues?q=is%3Aissue). ## Issue Closes: https://github.com/parse-community/parse-server/issues/1686 ## Approach Add...
 Snyk has created this PR to upgrade express from 4.21.2 to 5.1.0. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...
I have a table, one of the table fields points to the users table, here is my code: ``` var subscription = (new Parse.Query('Queue')).include('requestingUser').subscribe(); subscription.on('create', function(queueObject) { queueObject.get('requestingUser') // user...
 Snyk has created this PR to upgrade express from 4.21.2 to 5.1.0. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...
Hello! ### New Issue Checklist - Report security issues [confidentially](https://github.com/parse-community/parse-server/security/policy). - Any contribution is under this [license](https://github.com/parse-community/parse-server/blob/alpha/LICENSE). - Before posting search [existing issues](https://github.com/parse-community/parse-server/issues?q=is%3Aissue). ### Issue Description After upgrading from Parse...