videomail-client 8.0.0 → 8.0.2
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/.nvmrc +1 -1
- package/audit-ci.json +9 -1
- package/package.json +17 -17
- package/prototype/index.html +29 -9
- package/prototype/js/videomail-client.js +261 -198
- package/prototype/js/videomail-client.min.js +11 -11
- package/prototype/js/videomail-client.min.js.map +1 -1
- package/prototype/user_media_on_record.html +32 -0
- package/src/styles/css/main.min.css.js +1 -1
- package/src/styles/styl/main.styl +3 -0
package/.nvmrc
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
20.
|
|
1
|
+
20.12.2
|
package/audit-ci.json
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"high": true,
|
|
3
3
|
"package-manager": "npm",
|
|
4
|
-
"allowlist": [
|
|
4
|
+
"allowlist": [
|
|
5
|
+
"GHSA-xvch-5gv4-984h",
|
|
6
|
+
"GHSA-7p7h-4mm5-852v",
|
|
7
|
+
"GHSA-ww39-953v-wcq6",
|
|
8
|
+
"GHSA-p6mc-m468-83gw",
|
|
9
|
+
"GHSA-grv7-fg5c-xmjg",
|
|
10
|
+
"GHSA-35jh-r3h4-6jhm",
|
|
11
|
+
"GHSA-3h5v-q93c-6h6q"
|
|
12
|
+
]
|
|
5
13
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "videomail-client",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.2",
|
|
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": [
|
|
@@ -46,24 +46,24 @@
|
|
|
46
46
|
"recorder"
|
|
47
47
|
],
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@babel/core": "7.
|
|
49
|
+
"@babel/core": "7.24.7",
|
|
50
50
|
"add-eventlistener-with-options": "1.25.5",
|
|
51
51
|
"animitter": "3.0.0",
|
|
52
52
|
"audio-sample": "3.0.1",
|
|
53
53
|
"canvas-to-buffer": "3.0.1",
|
|
54
54
|
"classlist.js": "1.1.20150312",
|
|
55
55
|
"contains": "0.1.1",
|
|
56
|
-
"core-js": "3.
|
|
56
|
+
"core-js": "3.37.1",
|
|
57
57
|
"create-error": "0.3.1",
|
|
58
58
|
"deepmerge": "4.3.1",
|
|
59
59
|
"defined": "1.0.1",
|
|
60
60
|
"despot": "1.1.3",
|
|
61
61
|
"document-visibility": "1.0.1",
|
|
62
62
|
"element-closest": "3.0.2",
|
|
63
|
-
"filesize": "10.1.
|
|
63
|
+
"filesize": "10.1.2",
|
|
64
64
|
"get-form-data": "3.0.0",
|
|
65
65
|
"hidden": "1.1.1",
|
|
66
|
-
"humanize-duration": "3.
|
|
66
|
+
"humanize-duration": "3.32.1",
|
|
67
67
|
"hyperscript": "2.0.2",
|
|
68
68
|
"insert-css": "2.0.0",
|
|
69
69
|
"iphone-inline-video": "2.2.2",
|
|
@@ -74,28 +74,28 @@
|
|
|
74
74
|
"request-frame": "1.5.3",
|
|
75
75
|
"safe-json-stringify": "1.2.0",
|
|
76
76
|
"superagent": "8.1.2",
|
|
77
|
-
"ua-parser-js": "1.0.
|
|
77
|
+
"ua-parser-js": "1.0.38",
|
|
78
78
|
"websocket-stream": "5.5.2"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
|
-
"@babel/eslint-parser": "7.
|
|
82
|
-
"@babel/plugin-transform-runtime": "7.
|
|
83
|
-
"@babel/preset-env": "7.
|
|
81
|
+
"@babel/eslint-parser": "7.24.7",
|
|
82
|
+
"@babel/plugin-transform-runtime": "7.24.7",
|
|
83
|
+
"@babel/preset-env": "7.24.7",
|
|
84
84
|
"audit-ci": "6.6.1",
|
|
85
|
-
"autoprefixer": "10.4.
|
|
85
|
+
"autoprefixer": "10.4.19",
|
|
86
86
|
"babelify": "10.0.0",
|
|
87
87
|
"body-parser": "1.20.2",
|
|
88
88
|
"browserify": "17.0.0",
|
|
89
89
|
"connect-send-json": "1.0.0",
|
|
90
|
-
"cssnano": "6.0.
|
|
90
|
+
"cssnano": "6.0.5",
|
|
91
91
|
"del": "6.1.1",
|
|
92
|
-
"eslint": "8.
|
|
92
|
+
"eslint": "8.57.0",
|
|
93
93
|
"eslint-config-prettier": "9.1.0",
|
|
94
94
|
"eslint-plugin-import": "2.29.1",
|
|
95
95
|
"eslint-plugin-node": "11.1.0",
|
|
96
|
-
"eslint-plugin-promise": "6.
|
|
96
|
+
"eslint-plugin-promise": "6.2.0",
|
|
97
97
|
"fancy-log": "2.0.0",
|
|
98
|
-
"glob": "10.
|
|
98
|
+
"glob": "10.4.2",
|
|
99
99
|
"gulp": "4.0.2",
|
|
100
100
|
"gulp-bump": "3.2.0",
|
|
101
101
|
"gulp-bytediff": "1.0.0",
|
|
@@ -114,10 +114,10 @@
|
|
|
114
114
|
"gulp-todo": "7.1.1",
|
|
115
115
|
"minimist": "1.2.8",
|
|
116
116
|
"nib": "1.2.0",
|
|
117
|
-
"postcss": "8.4.
|
|
118
|
-
"prettier": "3.2
|
|
117
|
+
"postcss": "8.4.38",
|
|
118
|
+
"prettier": "3.3.2",
|
|
119
119
|
"router": "1.3.8",
|
|
120
|
-
"tape": "5.
|
|
120
|
+
"tape": "5.8.1",
|
|
121
121
|
"tape-catch": "1.0.6",
|
|
122
122
|
"tape-run": "11.0.0",
|
|
123
123
|
"vinyl-buffer": "1.0.1",
|
package/prototype/index.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!
|
|
1
|
+
<!doctype html>
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8" />
|
|
@@ -16,7 +16,10 @@
|
|
|
16
16
|
|
|
17
17
|
body {
|
|
18
18
|
padding: 80px 100px;
|
|
19
|
-
font:
|
|
19
|
+
font:
|
|
20
|
+
13px 'Helvetica Neue',
|
|
21
|
+
'Lucida Grande',
|
|
22
|
+
'Arial';
|
|
20
23
|
background: #ece9e9 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ece9e9));
|
|
21
24
|
background: #ece9e9 -moz-linear-gradient(top, #fff, #ece9e9);
|
|
22
25
|
background-repeat: no-repeat;
|
|
@@ -118,17 +121,28 @@
|
|
|
118
121
|
top: 20px;
|
|
119
122
|
right: 20px;
|
|
120
123
|
width: 90px;
|
|
121
|
-
-webkit-transition:
|
|
122
|
-
|
|
124
|
+
-webkit-transition:
|
|
125
|
+
width ease 0.2s,
|
|
126
|
+
opacity ease 0.4s;
|
|
127
|
+
-moz-transition:
|
|
128
|
+
width ease 0.2s,
|
|
129
|
+
opacity ease 0.4s;
|
|
123
130
|
-webkit-border-radius: 32px;
|
|
124
131
|
-moz-border-radius: 32px;
|
|
125
|
-
-webkit-box-shadow:
|
|
126
|
-
inset 0px
|
|
127
|
-
|
|
128
|
-
|
|
132
|
+
-webkit-box-shadow:
|
|
133
|
+
inset 0px 0px 3px rgba(0, 0, 0, 0.25),
|
|
134
|
+
inset 0px 1px 3px rgba(0, 0, 0, 0.7),
|
|
135
|
+
0px 1px 0px rgba(255, 255, 255, 0.03);
|
|
136
|
+
-moz-box-shadow:
|
|
137
|
+
inset 0px 0px 3px rgba(0, 0, 0, 0.25),
|
|
138
|
+
inset 0px 1px 3px rgba(0, 0, 0, 0.7),
|
|
139
|
+
0px 1px 0px rgba(255, 255, 255, 0.03);
|
|
129
140
|
-webkit-font-smoothing: antialiased;
|
|
130
141
|
text-align: left;
|
|
131
|
-
font:
|
|
142
|
+
font:
|
|
143
|
+
13px 'Helvetica Neue',
|
|
144
|
+
Arial,
|
|
145
|
+
sans-serif;
|
|
132
146
|
padding: 4px 10px;
|
|
133
147
|
border: none;
|
|
134
148
|
background: transparent;
|
|
@@ -459,6 +473,12 @@
|
|
|
459
473
|
><span class="date">2022-11-15 11:11:53</span></a
|
|
460
474
|
>
|
|
461
475
|
</li>
|
|
476
|
+
<li>
|
|
477
|
+
<a href="/user_media_on_record.html" class="" title="user_media_on_record.html"
|
|
478
|
+
><span class="name">user_media_on_record.html</span
|
|
479
|
+
><span class="size">???</span><span class="date">???</span></a
|
|
480
|
+
>
|
|
481
|
+
</li>
|
|
462
482
|
<li>
|
|
463
483
|
<a
|
|
464
484
|
href="/videomail_optional_form.html"
|