parse-dashboard 3.1.2 → 3.2.1
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/README.md
CHANGED
|
@@ -63,7 +63,13 @@ parse-dashboard --dev --appId yourAppId --masterKey yourMasterKey --serverURL "h
|
|
|
63
63
|
|
|
64
64
|
You may set the host, port and mount path by supplying the `--host`, `--port` and `--mountPath` options to parse-dashboard. You can use anything you want as the app name, or leave it out in which case the app ID will be used.
|
|
65
65
|
|
|
66
|
-
|
|
66
|
+
The `--dev` parameter disables production-ready security features. This parameter is useful when running Parse Dashboard on Docker. Using this parameter will:
|
|
67
|
+
|
|
68
|
+
- allow insecure http connections from anywhere, bypassing the option `allowInsecureHTTP`
|
|
69
|
+
- allow the Parse Server `masterKey` to be transmitted in cleartext without encryption
|
|
70
|
+
- allow dashboard access without user authentication
|
|
71
|
+
|
|
72
|
+
> ⚠️ Do not use this parameter when deploying Parse Dashboard in a production environment.
|
|
67
73
|
|
|
68
74
|
After starting the dashboard, you can visit http://localhost:4040 in your browser:
|
|
69
75
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "parse-dashboard",
|
|
3
|
-
"version": "3.1
|
|
3
|
+
"version": "3.2.1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/ParsePlatform/parse-dashboard"
|
|
@@ -42,7 +42,6 @@
|
|
|
42
42
|
"connect-flash": "0.1.1",
|
|
43
43
|
"cookie-session": "2.0.0-beta.3",
|
|
44
44
|
"copy-to-clipboard": "3.2.0",
|
|
45
|
-
"create-react-class": "15.7.0",
|
|
46
45
|
"csurf": "1.11.0",
|
|
47
46
|
"express": "4.17.1",
|
|
48
47
|
"graphiql": "1.4.2",
|
|
@@ -50,10 +49,9 @@
|
|
|
50
49
|
"history": "4.10.1",
|
|
51
50
|
"immutable": "4.0.0-rc.9",
|
|
52
51
|
"immutable-devtools": "0.1.5",
|
|
53
|
-
"inquirer": "8.1.
|
|
52
|
+
"inquirer": "8.1.3",
|
|
54
53
|
"js-beautify": "1.14.0",
|
|
55
|
-
"
|
|
56
|
-
"otpauth": "7.0.5",
|
|
54
|
+
"otpauth": "7.0.6",
|
|
57
55
|
"package-json": "6.5.0",
|
|
58
56
|
"parse": "3.3.1",
|
|
59
57
|
"passport": "0.4.1",
|
|
@@ -61,7 +59,6 @@
|
|
|
61
59
|
"prismjs": "1.25.0",
|
|
62
60
|
"prop-types": "15.7.2",
|
|
63
61
|
"qrcode": "1.4.4",
|
|
64
|
-
"query-string": "6.14.1",
|
|
65
62
|
"react": "16.14.0",
|
|
66
63
|
"react-ace": "9.4.3",
|
|
67
64
|
"react-dnd": "10.0.2",
|