videomail-client 2.16.0 → 2.17.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/.browserslistrc CHANGED
@@ -1,7 +1,6 @@
1
1
  > 1%
2
2
  last 5 versions
3
3
  Firefox ESR
4
- not ie < 11
5
4
  not dead
6
- iOS >= 9
5
+ iOS >= 10
7
6
  android >= 4
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- 16.4.2
1
+ 16.13.1
package/.prettierrc CHANGED
@@ -4,7 +4,6 @@
4
4
  "endOfLine": "lf",
5
5
  "htmlWhitespaceSensitivity": "css",
6
6
  "insertPragma": false,
7
- "jsxBracketSameLine": false,
8
7
  "jsxSingleQuote": true,
9
8
  "printWidth": 90,
10
9
  "proseWrap": "preserve",
package/TODO.md CHANGED
@@ -1,17 +1,17 @@
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
4
7
  | src/js/util/audioRecorder.js | 11 | code needs rewrite
5
8
  | src/js/util/eventEmitter.js | 6 | MAKE EVENT EMITTING IN DESPOT NOT GLOBAL BUT BY CONTAINER ID INSTEAD
6
9
  | src/js/util/eventEmitter.js | 43 | have this emitted through a configuration because it is pretty noisy
7
10
  | 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
- | src/js/wrappers/visuals/recorder.js | 563 | in https://github.com/binarykitchen/videomail-client/issues/142
12
- | src/js/wrappers/visuals/recorder.js | 600 | retry with navigator.getUserMedia_() maybe?
13
- | src/js/wrappers/visuals/recorder.js | 740 | commented out because for some reasons server does not accept such a long
14
- | src/js/wrappers/visuals/recorder.js | 745 | consider removing this later or have it for debug=1 only?
11
+ | src/js/wrappers/visuals/recorder.js | 572 | in https://github.com/binarykitchen/videomail-client/issues/142
12
+ | src/js/wrappers/visuals/recorder.js | 609 | retry with navigator.getUserMedia_() maybe?
13
+ | src/js/wrappers/visuals/recorder.js | 749 | commented out because for some reasons server does not accept such a long
14
+ | src/js/wrappers/visuals/recorder.js | 754 | consider removing this later or have it for debug=1 only?
15
15
  | src/js/wrappers/visuals/userMedia.js | 309 | consider removing that if it's not the case anymore (for better performance)
16
16
  | gulpfile.js | 1 | write this in ES6 once i have figured out how to
17
17
  | gulpfile.js | 57 | fix this, so that it also works when not minified, this
package/audit-ci.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "high": true,
3
3
  "package-manager": "npm",
4
- "allowlist": [1753]
4
+ "allowlist": [1005154, 1006307, 1006754]
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "videomail-client",
3
- "version": "2.16.0",
3
+ "version": "2.17.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": [
@@ -32,8 +32,7 @@
32
32
  "prettier-fix": "prettier --write ./src ./test gulpfile.js"
33
33
  },
34
34
  "engines": {
35
- "node": "^16.4.2",
36
- "npm": "^7.18.1"
35
+ "node": "^16.13.1"
37
36
  },
38
37
  "keywords": [
39
38
  "webcam",
@@ -59,24 +58,24 @@
59
58
  ]
60
59
  },
61
60
  "dependencies": {
62
- "@babel/runtime": "7.14.6",
61
+ "@babel/runtime": "7.16.7",
63
62
  "add-eventlistener-with-options": "1.25.5",
64
63
  "animitter": "3.0.0",
65
64
  "audio-sample": "1.1.1",
66
65
  "canvas-to-buffer": "1.1.1",
67
66
  "classlist.js": "1.1.20150312",
68
67
  "contains": "0.1.1",
69
- "core-js": "3.15.2",
68
+ "core-js": "3.20.2",
70
69
  "create-error": "0.3.1",
71
70
  "deepmerge": "4.2.2",
72
71
  "defined": "1.0.0",
73
72
  "despot": "1.1.3",
74
73
  "document-visibility": "1.0.1",
75
74
  "element-closest": "3.0.2",
76
- "filesize": "7.0.0",
75
+ "filesize": "8.0.6",
77
76
  "get-form-data": "3.0.0",
78
77
  "hidden": "1.1.1",
79
- "humanize-duration": "3.27.0",
78
+ "humanize-duration": "3.27.1",
80
79
  "hyperscript": "2.0.2",
81
80
  "insert-css": "2.0.0",
82
81
  "iphone-inline-video": "2.2.2",
@@ -91,25 +90,25 @@
91
90
  "websocket-stream": "5.5.2"
92
91
  },
93
92
  "devDependencies": {
94
- "@babel/core": "7.14.6",
95
- "@babel/plugin-transform-runtime": "7.14.5",
96
- "@babel/preset-env": "7.14.7",
97
- "audit-ci": "4.1.0",
98
- "autoprefixer": "10.3.1",
93
+ "@babel/core": "7.16.7",
94
+ "@babel/plugin-transform-runtime": "7.16.7",
95
+ "@babel/preset-env": "7.16.7",
96
+ "audit-ci": "5.1.2",
97
+ "autoprefixer": "10.4.1",
99
98
  "babel-eslint": "10.1.0",
100
99
  "babelify": "10.0.0",
101
- "body-parser": "1.19.0",
100
+ "body-parser": "1.19.1",
102
101
  "browserify": "17.0.0",
103
102
  "connect-send-json": "1.0.0",
104
- "cssnano": "5.0.6",
103
+ "cssnano": "5.0.14",
105
104
  "del": "6.0.0",
106
- "eslint": "7.31.0",
105
+ "eslint": "7.32.0",
107
106
  "eslint-config-standard": "16.0.3",
108
- "eslint-plugin-import": "2.23.4",
107
+ "eslint-plugin-import": "2.25.3",
109
108
  "eslint-plugin-node": "11.1.0",
110
- "eslint-plugin-promise": "5.1.0",
109
+ "eslint-plugin-promise": "5.1.1",
111
110
  "fancy-log": "1.3.3",
112
- "glob": "7.1.7",
111
+ "glob": "7.2.0",
113
112
  "gulp": "4.0.2",
114
113
  "gulp-bump": "3.2.0",
115
114
  "gulp-bytediff": "1.0.0",
@@ -120,18 +119,18 @@
120
119
  "gulp-inject-string": "1.1.2",
121
120
  "gulp-load-plugins": "2.0.7",
122
121
  "gulp-plumber": "1.2.1",
123
- "gulp-postcss": "9.0.0",
122
+ "gulp-postcss": "9.0.1",
124
123
  "gulp-rename": "2.0.0",
125
124
  "gulp-sourcemaps": "3.0.0",
126
- "gulp-stylus": "2.7.0",
127
- "gulp-terser": "2.0.1",
125
+ "gulp-stylus": "2.7.1",
126
+ "gulp-terser": "2.1.0",
128
127
  "gulp-todo": "7.1.1",
129
128
  "minimist": "1.2.5",
130
129
  "nib": "1.1.2",
131
- "postcss": "8.3.5",
132
- "prettier": "2.3.2",
133
- "router": "1.3.5",
134
- "tape": "5.2.2",
130
+ "postcss": "8.4.5",
131
+ "prettier": "2.5.1",
132
+ "router": "1.3.6",
133
+ "tape": "5.4.0",
135
134
  "tape-catch": "1.0.6",
136
135
  "tape-run": "9.0.0",
137
136
  "vinyl-buffer": "1.0.1",