videomail-client 5.1.2 → 5.2.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 CHANGED
@@ -8,10 +8,10 @@
8
8
  | src/js/wrappers/container.js | 334 | figure out how to fire dom's onload event again
9
9
  | src/js/wrappers/container.js | 335 | 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
- | src/js/wrappers/visuals/recorder.js | 584 | in https://github.com/binarykitchen/videomail-client/issues/142
12
- | src/js/wrappers/visuals/recorder.js | 621 | retry with navigator.getUserMedia_() maybe?
13
- | src/js/wrappers/visuals/recorder.js | 761 | commented out because for some reasons server does not accept such a long
14
- | src/js/wrappers/visuals/recorder.js | 766 | consider removing this later or have it for debug=1 only?
11
+ | src/js/wrappers/visuals/recorder.js | 582 | in https://github.com/binarykitchen/videomail-client/issues/142
12
+ | src/js/wrappers/visuals/recorder.js | 619 | retry with navigator.getUserMedia_() maybe?
13
+ | src/js/wrappers/visuals/recorder.js | 759 | commented out because for some reasons server does not accept such a long
14
+ | src/js/wrappers/visuals/recorder.js | 764 | 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 | 58 | fix this, so that it also works when not minified, this
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "videomail-client",
3
- "version": "5.1.2",
3
+ "version": "5.2.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,14 +58,14 @@
58
58
  ]
59
59
  },
60
60
  "dependencies": {
61
- "@babel/runtime": "7.19.4",
61
+ "@babel/runtime": "7.20.1",
62
62
  "add-eventlistener-with-options": "1.25.5",
63
63
  "animitter": "3.0.0",
64
64
  "audio-sample": "2.0.0",
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.25.5",
68
+ "core-js": "3.26.0",
69
69
  "create-error": "0.3.1",
70
70
  "deepmerge": "4.2.2",
71
71
  "defined": "1.0.1",
@@ -85,24 +85,24 @@
85
85
  "readystate": "0.4.1",
86
86
  "request-frame": "1.5.3",
87
87
  "safe-json-stringify": "1.2.0",
88
- "superagent": "8.0.2",
88
+ "superagent": "8.0.3",
89
89
  "ua-parser-js": "0.7.32",
90
90
  "websocket-stream": "5.5.2"
91
91
  },
92
92
  "devDependencies": {
93
- "@babel/core": "7.19.3",
93
+ "@babel/core": "7.20.2",
94
94
  "@babel/eslint-parser": "7.19.1",
95
- "@babel/plugin-transform-runtime": "7.19.1",
96
- "@babel/preset-env": "7.19.4",
95
+ "@babel/plugin-transform-runtime": "7.19.6",
96
+ "@babel/preset-env": "7.20.2",
97
97
  "audit-ci": "6.3.0",
98
- "autoprefixer": "10.4.12",
98
+ "autoprefixer": "10.4.13",
99
99
  "babelify": "10.0.0",
100
100
  "body-parser": "1.20.1",
101
101
  "browserify": "17.0.0",
102
102
  "connect-send-json": "1.0.0",
103
- "cssnano": "5.1.13",
103
+ "cssnano": "5.1.14",
104
104
  "del": "6.1.1",
105
- "eslint": "8.25.0",
105
+ "eslint": "8.27.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",
@@ -127,7 +127,7 @@
127
127
  "gulp-todo": "7.1.1",
128
128
  "minimist": "1.2.7",
129
129
  "nib": "1.2.0",
130
- "postcss": "8.4.18",
130
+ "postcss": "8.4.19",
131
131
  "prettier": "2.7.1",
132
132
  "router": "1.3.7",
133
133
  "tape": "5.6.1",