videomail-client 2.18.4 → 3.0.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/README.md +0 -1
- package/TODO.md +2 -2
- package/audit-ci.json +2 -1
- package/package.json +13 -13
- package/prototype/js/videomail-client.js +705 -630
- package/prototype/js/videomail-client.min.js +10 -10
- package/prototype/js/videomail-client.min.js.map +1 -1
- package/src/js/wrappers/container.js +13 -12
- package/src/js/wrappers/visuals/recorder.js +8 -1
- package/src/js/wrappers/visuals.js +8 -9
package/README.md
CHANGED
|
@@ -108,7 +108,6 @@ Looking at the examples in the `/prototype` folder should give you some ideas ho
|
|
|
108
108
|
- <a href="#constructor">`new VideomailClient()`</a>
|
|
109
109
|
- <a href="#on">`videomailClient.on()`</a>
|
|
110
110
|
- <a href="#show">`videomailClient.show()`</a>
|
|
111
|
-
- <a href="#build">`videomailClient.build()`</a>
|
|
112
111
|
- <a href="#replay">`videomailClient.replay()`</a>
|
|
113
112
|
- <a href="#startOver">`videomailClient.startOver()`</a>
|
|
114
113
|
- <a href="#get">`videomailClient.get()`</a>
|
package/TODO.md
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
| src/js/util/eventEmitter.js | 6 | MAKE EVENT EMITTING IN DESPOT NOT GLOBAL BUT BY CONTAINER ID INSTEAD
|
|
6
6
|
| src/js/util/eventEmitter.js | 43 | have this emitted through a configuration because it is pretty noisy
|
|
7
7
|
| src/js/util/humanize.js | 4 | get rid of this class and use those imports directly
|
|
8
|
-
| src/js/wrappers/container.js |
|
|
9
|
-
| src/js/wrappers/container.js |
|
|
8
|
+
| src/js/wrappers/container.js | 324 | figure out how to fire dom's onload event again
|
|
9
|
+
| src/js/wrappers/container.js | 325 | or how to run all the scripts over again
|
|
10
10
|
| src/js/wrappers/optionsWrapper.js | 27 | fix this, it's not really an option
|
|
11
11
|
| src/js/wrappers/visuals/recorder.js | 580 | in https://github.com/binarykitchen/videomail-client/issues/142
|
|
12
12
|
| src/js/wrappers/visuals/recorder.js | 617 | retry with navigator.getUserMedia_() maybe?
|
package/audit-ci.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "videomail-client",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
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": [
|
|
@@ -65,7 +65,7 @@
|
|
|
65
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.25.0",
|
|
69
69
|
"create-error": "0.3.1",
|
|
70
70
|
"deepmerge": "4.2.2",
|
|
71
71
|
"defined": "1.0.0",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"filesize": "9.0.11",
|
|
76
76
|
"get-form-data": "3.0.0",
|
|
77
77
|
"hidden": "1.1.1",
|
|
78
|
-
"humanize-duration": "3.27.
|
|
78
|
+
"humanize-duration": "3.27.3",
|
|
79
79
|
"hyperscript": "2.0.2",
|
|
80
80
|
"insert-css": "2.0.0",
|
|
81
81
|
"iphone-inline-video": "2.2.2",
|
|
@@ -90,23 +90,23 @@
|
|
|
90
90
|
"websocket-stream": "5.5.2"
|
|
91
91
|
},
|
|
92
92
|
"devDependencies": {
|
|
93
|
-
"@babel/core": "7.18.
|
|
93
|
+
"@babel/core": "7.18.13",
|
|
94
94
|
"@babel/eslint-parser": "7.18.9",
|
|
95
|
-
"@babel/plugin-transform-runtime": "7.18.
|
|
96
|
-
"@babel/preset-env": "7.18.
|
|
95
|
+
"@babel/plugin-transform-runtime": "7.18.10",
|
|
96
|
+
"@babel/preset-env": "7.18.10",
|
|
97
97
|
"audit-ci": "6.3.0",
|
|
98
|
-
"autoprefixer": "10.4.
|
|
98
|
+
"autoprefixer": "10.4.8",
|
|
99
99
|
"babelify": "10.0.0",
|
|
100
100
|
"body-parser": "1.20.0",
|
|
101
101
|
"browserify": "17.0.0",
|
|
102
102
|
"connect-send-json": "1.0.0",
|
|
103
|
-
"cssnano": "5.1.
|
|
103
|
+
"cssnano": "5.1.13",
|
|
104
104
|
"del": "6.1.1",
|
|
105
|
-
"eslint": "8.
|
|
105
|
+
"eslint": "8.23.0",
|
|
106
106
|
"eslint-config-prettier": "8.5.0",
|
|
107
107
|
"eslint-plugin-import": "2.26.0",
|
|
108
108
|
"eslint-plugin-node": "11.1.0",
|
|
109
|
-
"eslint-plugin-promise": "6.0.
|
|
109
|
+
"eslint-plugin-promise": "6.0.1",
|
|
110
110
|
"fancy-log": "2.0.0",
|
|
111
111
|
"glob": "8.0.3",
|
|
112
112
|
"gulp": "4.0.2",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"gulp-derequire": "3.0.0",
|
|
118
118
|
"gulp-if": "3.0.0",
|
|
119
119
|
"gulp-inject-string": "1.1.2",
|
|
120
|
-
"gulp-load-plugins": "2.0.
|
|
120
|
+
"gulp-load-plugins": "2.0.8",
|
|
121
121
|
"gulp-plumber": "1.2.1",
|
|
122
122
|
"gulp-postcss": "9.0.1",
|
|
123
123
|
"gulp-rename": "2.0.0",
|
|
@@ -127,10 +127,10 @@
|
|
|
127
127
|
"gulp-todo": "7.1.1",
|
|
128
128
|
"minimist": "1.2.6",
|
|
129
129
|
"nib": "1.2.0",
|
|
130
|
-
"postcss": "8.4.
|
|
130
|
+
"postcss": "8.4.16",
|
|
131
131
|
"prettier": "2.7.1",
|
|
132
132
|
"router": "1.3.7",
|
|
133
|
-
"tape": "5.
|
|
133
|
+
"tape": "5.6.0",
|
|
134
134
|
"tape-catch": "1.0.6",
|
|
135
135
|
"tape-run": "10.0.0",
|
|
136
136
|
"vinyl-buffer": "1.0.1",
|