videomail-client 2.17.0 → 2.17.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/TODO.md +3 -3
- package/audit-ci.json +1 -1
- package/package.json +14 -14
- package/prototype/js/videomail-client.js +391 -413
- package/prototype/js/videomail-client.min.js +12 -10
- package/prototype/js/videomail-client.min.js.map +1 -1
package/TODO.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
### TODOs
|
|
2
2
|
| Filename | line # | TODO
|
|
3
3
|
|:------|:------:|:------
|
|
4
|
-
| src/js/wrappers/container.js | 323 | figure out how to fire dom's onload event again
|
|
5
|
-
| src/js/wrappers/container.js | 324 | or how to run all the scripts over again
|
|
6
|
-
| src/js/wrappers/optionsWrapper.js | 27 | fix this, it's not really an option
|
|
7
4
|
| src/js/util/audioRecorder.js | 11 | code needs rewrite
|
|
8
5
|
| src/js/util/eventEmitter.js | 6 | MAKE EVENT EMITTING IN DESPOT NOT GLOBAL BUT BY CONTAINER ID INSTEAD
|
|
9
6
|
| src/js/util/eventEmitter.js | 43 | have this emitted through a configuration because it is pretty noisy
|
|
10
7
|
| src/js/util/humanize.js | 4 | get rid of this class and use those imports directly
|
|
8
|
+
| src/js/wrappers/container.js | 323 | figure out how to fire dom's onload event again
|
|
9
|
+
| src/js/wrappers/container.js | 324 | or how to run all the scripts over again
|
|
10
|
+
| src/js/wrappers/optionsWrapper.js | 27 | fix this, it's not really an option
|
|
11
11
|
| src/js/wrappers/visuals/recorder.js | 572 | in https://github.com/binarykitchen/videomail-client/issues/142
|
|
12
12
|
| src/js/wrappers/visuals/recorder.js | 609 | retry with navigator.getUserMedia_() maybe?
|
|
13
13
|
| src/js/wrappers/visuals/recorder.js | 749 | commented out because for some reasons server does not accept such a long
|
package/audit-ci.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "videomail-client",
|
|
3
|
-
"version": "2.17.
|
|
3
|
+
"version": "2.17.1",
|
|
4
4
|
"description": "A wicked npm package to record videos directly in the browser, wohooo!",
|
|
5
5
|
"author": "Michael Heuberger <michael.heuberger@binarykitchen.com>",
|
|
6
6
|
"contributors": [
|
|
@@ -58,21 +58,21 @@
|
|
|
58
58
|
]
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@babel/runtime": "7.
|
|
61
|
+
"@babel/runtime": "7.17.2",
|
|
62
62
|
"add-eventlistener-with-options": "1.25.5",
|
|
63
63
|
"animitter": "3.0.0",
|
|
64
|
-
"audio-sample": "
|
|
65
|
-
"canvas-to-buffer": "
|
|
64
|
+
"audio-sample": "2.0.0",
|
|
65
|
+
"canvas-to-buffer": "2.0.0",
|
|
66
66
|
"classlist.js": "1.1.20150312",
|
|
67
67
|
"contains": "0.1.1",
|
|
68
|
-
"core-js": "3.
|
|
68
|
+
"core-js": "3.21.0",
|
|
69
69
|
"create-error": "0.3.1",
|
|
70
70
|
"deepmerge": "4.2.2",
|
|
71
71
|
"defined": "1.0.0",
|
|
72
72
|
"despot": "1.1.3",
|
|
73
73
|
"document-visibility": "1.0.1",
|
|
74
74
|
"element-closest": "3.0.2",
|
|
75
|
-
"filesize": "8.0.
|
|
75
|
+
"filesize": "8.0.7",
|
|
76
76
|
"get-form-data": "3.0.0",
|
|
77
77
|
"hidden": "1.1.1",
|
|
78
78
|
"humanize-duration": "3.27.1",
|
|
@@ -90,21 +90,21 @@
|
|
|
90
90
|
"websocket-stream": "5.5.2"
|
|
91
91
|
},
|
|
92
92
|
"devDependencies": {
|
|
93
|
-
"@babel/core": "7.
|
|
94
|
-
"@babel/plugin-transform-runtime": "7.
|
|
95
|
-
"@babel/preset-env": "7.16.
|
|
93
|
+
"@babel/core": "7.17.2",
|
|
94
|
+
"@babel/plugin-transform-runtime": "7.17.0",
|
|
95
|
+
"@babel/preset-env": "7.16.11",
|
|
96
96
|
"audit-ci": "5.1.2",
|
|
97
|
-
"autoprefixer": "10.4.
|
|
97
|
+
"autoprefixer": "10.4.2",
|
|
98
98
|
"babel-eslint": "10.1.0",
|
|
99
99
|
"babelify": "10.0.0",
|
|
100
100
|
"body-parser": "1.19.1",
|
|
101
101
|
"browserify": "17.0.0",
|
|
102
102
|
"connect-send-json": "1.0.0",
|
|
103
|
-
"cssnano": "5.0.
|
|
103
|
+
"cssnano": "5.0.17",
|
|
104
104
|
"del": "6.0.0",
|
|
105
105
|
"eslint": "7.32.0",
|
|
106
106
|
"eslint-config-standard": "16.0.3",
|
|
107
|
-
"eslint-plugin-import": "2.25.
|
|
107
|
+
"eslint-plugin-import": "2.25.4",
|
|
108
108
|
"eslint-plugin-node": "11.1.0",
|
|
109
109
|
"eslint-plugin-promise": "5.1.1",
|
|
110
110
|
"fancy-log": "1.3.3",
|
|
@@ -127,10 +127,10 @@
|
|
|
127
127
|
"gulp-todo": "7.1.1",
|
|
128
128
|
"minimist": "1.2.5",
|
|
129
129
|
"nib": "1.1.2",
|
|
130
|
-
"postcss": "8.4.
|
|
130
|
+
"postcss": "8.4.6",
|
|
131
131
|
"prettier": "2.5.1",
|
|
132
132
|
"router": "1.3.6",
|
|
133
|
-
"tape": "5.
|
|
133
|
+
"tape": "5.5.1",
|
|
134
134
|
"tape-catch": "1.0.6",
|
|
135
135
|
"tape-run": "9.0.0",
|
|
136
136
|
"vinyl-buffer": "1.0.1",
|