videomail-client 5.3.0 → 6.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/.browserslistrc CHANGED
@@ -1,6 +1,5 @@
1
1
  > 1%
2
2
  last 5 versions
3
3
  Firefox ESR
4
- not dead
5
4
  iOS >= 11
6
5
  android >= 4
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- 16.13.1
1
+ 18.12.1
package/.travis.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  language: node_js
2
2
  node_js:
3
- - 16
3
+ - 18.12.1
4
4
  notifications:
5
5
  email:
6
6
  on_success: never
package/TODO.md CHANGED
@@ -7,7 +7,6 @@
7
7
  | src/js/util/humanize.js | 4 | get rid of this class and use those imports directly
8
8
  | src/js/wrappers/container.js | 293 | figure out how to fire dom's onload event again
9
9
  | src/js/wrappers/container.js | 294 | or how to run all the scripts over again
10
- | src/js/wrappers/container.js | 576 | CONTINUE FROM HERE, MAKE VALIDATION CLEVER WHEN AUTOMATIC SO THAT IT REQUIRES AT
11
10
  | src/js/wrappers/optionsWrapper.js | 27 | fix this, it's not really an option
12
11
  | src/js/wrappers/visuals/recorder.js | 582 | in https://github.com/binarykitchen/videomail-client/issues/142
13
12
  | src/js/wrappers/visuals/recorder.js | 619 | retry with navigator.getUserMedia_() maybe?
package/audit-ci.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "GHSA-jf85-cpcp-j695",
6
6
  "GHSA-xvch-5gv4-984h",
7
7
  "GHSA-7p7h-4mm5-852v",
8
- "GHSA-4wf5-vphf-c2xc",
9
- "GHSA-ww39-953v-wcq6"
8
+ "GHSA-ww39-953v-wcq6",
9
+ "GHSA-9c47-m6qq-7p4h"
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "videomail-client",
3
- "version": "5.3.0",
3
+ "version": "6.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": [
@@ -32,7 +32,8 @@
32
32
  "prettier-fix": "prettier --write ./src ./test gulpfile.js"
33
33
  },
34
34
  "engines": {
35
- "node": "^16.13.1"
35
+ "node": "^18.12.1",
36
+ "npm": "^8.19.2"
36
37
  },
37
38
  "keywords": [
38
39
  "webcam",
@@ -58,21 +59,21 @@
58
59
  ]
59
60
  },
60
61
  "dependencies": {
61
- "@babel/runtime": "7.20.1",
62
+ "@babel/runtime": "7.20.7",
62
63
  "add-eventlistener-with-options": "1.25.5",
63
64
  "animitter": "3.0.0",
64
- "audio-sample": "2.0.0",
65
- "canvas-to-buffer": "2.0.0",
65
+ "audio-sample": "3.0.0",
66
+ "canvas-to-buffer": "3.0.0",
66
67
  "classlist.js": "1.1.20150312",
67
68
  "contains": "0.1.1",
68
- "core-js": "3.26.1",
69
+ "core-js": "3.27.1",
69
70
  "create-error": "0.3.1",
70
71
  "deepmerge": "4.2.2",
71
72
  "defined": "1.0.1",
72
73
  "despot": "1.1.3",
73
74
  "document-visibility": "1.0.1",
74
75
  "element-closest": "3.0.2",
75
- "filesize": "10.0.5",
76
+ "filesize": "10.0.6",
76
77
  "get-form-data": "3.0.0",
77
78
  "hidden": "1.1.1",
78
79
  "humanize-duration": "3.27.3",
@@ -85,16 +86,16 @@
85
86
  "readystate": "0.4.1",
86
87
  "request-frame": "1.5.3",
87
88
  "safe-json-stringify": "1.2.0",
88
- "superagent": "8.0.3",
89
- "ua-parser-js": "0.7.32",
89
+ "superagent": "8.0.6",
90
+ "ua-parser-js": "1.0.32",
90
91
  "websocket-stream": "5.5.2"
91
92
  },
92
93
  "devDependencies": {
93
- "@babel/core": "7.20.2",
94
+ "@babel/core": "7.20.7",
94
95
  "@babel/eslint-parser": "7.19.1",
95
96
  "@babel/plugin-transform-runtime": "7.19.6",
96
97
  "@babel/preset-env": "7.20.2",
97
- "audit-ci": "6.3.0",
98
+ "audit-ci": "6.4.1",
98
99
  "autoprefixer": "10.4.13",
99
100
  "babelify": "10.0.0",
100
101
  "body-parser": "1.20.1",
@@ -102,7 +103,7 @@
102
103
  "connect-send-json": "1.0.0",
103
104
  "cssnano": "5.1.14",
104
105
  "del": "6.1.1",
105
- "eslint": "8.28.0",
106
+ "eslint": "8.30.0",
106
107
  "eslint-config-prettier": "8.5.0",
107
108
  "eslint-plugin-import": "2.26.0",
108
109
  "eslint-plugin-node": "11.1.0",
@@ -127,8 +128,8 @@
127
128
  "gulp-todo": "7.1.1",
128
129
  "minimist": "1.2.7",
129
130
  "nib": "1.2.0",
130
- "postcss": "8.4.19",
131
- "prettier": "2.7.1",
131
+ "postcss": "8.4.20",
132
+ "prettier": "2.8.1",
132
133
  "router": "1.3.7",
133
134
  "tape": "5.6.1",
134
135
  "tape-catch": "1.0.6",