parse-dashboard 4.2.0-beta.1 → 4.2.0
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/Parse-Dashboard/Authentication.js +12 -9
- package/Parse-Dashboard/CLI/mfa.js +32 -26
- package/Parse-Dashboard/app.js +16 -16
- package/Parse-Dashboard/public/bundles/dashboard.bundle.js +1 -1
- package/Parse-Dashboard/public/bundles/login.bundle.js +1 -1
- package/README.md +5 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
[](https://github.com/parse-community/parse-dashboard/actions?query=workflow%3Aci+branch%3Aalpha)
|
|
6
6
|
[](https://snyk.io/test/github/parse-community/parse-dashboard)
|
|
7
7
|
|
|
8
|
-
[](https://nodejs.org/)
|
|
8
|
+
[](https://nodejs.org/)
|
|
9
9
|
[](https://github.com/parse-community/parse-dashboard/releases)
|
|
10
10
|
|
|
11
11
|
[](https://www.npmjs.com/package/parse-dashboard)
|
|
@@ -102,10 +102,10 @@ Parse Dashboard is continuously tested with the most recent releases of Node.js
|
|
|
102
102
|
|
|
103
103
|
| Version | Latest Version | End-of-Life | Compatible |
|
|
104
104
|
|------------|----------------|-------------|--------------|
|
|
105
|
-
| Node.js 12 | 12.22.12
|
|
106
|
-
| Node.js 14 | 14.
|
|
107
|
-
| Node.js 16 | 16.
|
|
108
|
-
| Node.js
|
|
105
|
+
| Node.js 12 | 12.22.12 | April 2022 | ✅ Yes |
|
|
106
|
+
| Node.js 14 | 14.20.0 | April 2023 | ✅ Yes |
|
|
107
|
+
| Node.js 16 | 16.17.0 | April 2024 | ✅ Yes |
|
|
108
|
+
| Node.js 18 | 18.9.0 | May 2025 | ✅ Yes |
|
|
109
109
|
|
|
110
110
|
## Configuring Parse Dashboard
|
|
111
111
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "parse-dashboard",
|
|
3
|
-
"version": "4.2.0
|
|
3
|
+
"version": "4.2.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/ParsePlatform/parse-dashboard"
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"jest": "24.8.0",
|
|
104
104
|
"madge": "5.0.1",
|
|
105
105
|
"marked": "4.0.10",
|
|
106
|
-
"node-sass": "7.0.
|
|
106
|
+
"node-sass": "7.0.3",
|
|
107
107
|
"null-loader": "4.0.1",
|
|
108
108
|
"path-to-regexp": "3.2.0",
|
|
109
109
|
"puppeteer": "3.0.0",
|