460 Commits

Author SHA1 Message Date
Darren Hobin
11dfde98c9 Update transitive dependencies on minimist
This change removes the last bit of dependence on a version of minimist
that has a known prototype pollution vulnerability.
2020-05-11 11:22:31 -04:00
Darren Hobin
cb0a72bf8a Replace optimist with yargs
Optimist is no longer maintained. It has not been updated since 2014,
even for basic security updates. Thus this change replaces it with its
spiritual successor, yargs, which is still actively maintained.

This is also a first step to removing peerjs' dependence on an outdated
version of minimist that has known security vulnerabilities.
2020-05-11 11:22:25 -04:00
afrokick
6618830802 Bump version to 0.5.2 2020-03-30 08:08:04 +03:00
afrokick
31ebb0dbc1 add meta info to package.json 2020-03-30 08:07:45 +03:00
afrokick
5f7a981390 update changelog 2020-03-30 08:02:58 +03:00
Alex Sosnovskiy
c53832e132
Merge pull request #171 from lqdchrm/ws-fix
fix for #170 windows paths
2020-03-30 08:00:54 +03:00
Robert Rößger
a72e4fc60e fix for #170 windows paths 2020-03-29 23:44:24 +02:00
afrokick
f853f438ba Bump version to 0.5.1 2020-03-23 19:58:31 +03:00
afrokick
42ffc54d9f edit changelog 2020-03-23 19:57:56 +03:00
afrokick
b3f223c51f fix ExpressPeerServer when mount on custom path 2020-03-23 19:51:18 +03:00
Jairo
e22e6acce4
Update README.md 2020-03-23 13:35:02 +01:00
afrokick
873a4a6fc2 Bump version to 0.5.0 2020-03-23 15:09:44 +03:00
afrokick
b9dbb6d678 fix issue #165 2020-03-23 15:09:37 +03:00
afrokick
0a296aba07 add README for HTTP API 2020-03-22 00:28:50 +03:00
afrokick
2bcb27d20b npm build 2020-03-20 04:25:02 +03:00
afrokick
86c2c65db7 change defaultConfig - set path to /
fix declaration file
2020-03-20 04:24:33 +03:00
afrokick
3a1604d155 add declaration file 2020-03-20 04:19:33 +03:00
afrokick
8c2cc1d5d7 add badges for node version and deps 2020-03-20 03:40:53 +03:00
afrokick
b147268774 change nodejs version in TravisCI to 12 2020-03-20 03:29:06 +03:00
afrokick
27ee6dd495 remove github/workflows 2020-03-20 03:24:37 +03:00
afrokick
5f6462cc32 update deps 2020-03-20 03:24:10 +03:00
afrokick
a88d88c6f2 change Dockerfile - npm install with production flag 2020-03-20 02:24:44 +03:00
afrokick
1887a5a955 Bump version to 0.4.0 2020-03-20 02:18:19 +03:00
afrokick
8e5ba48f6c include only 'bin' and 'dist' folders into package 2020-03-20 02:13:56 +03:00
afrokick
4759ef055f add description for 'generateClientId' option to README 2020-03-20 02:02:34 +03:00
afrokick
38f549a35a fix link in readme 2020-03-20 01:57:00 +03:00
afrokick
2ea07aaef1 update readme 2020-03-20 01:54:00 +03:00
afrokick
e3800d4954 add description for options 2020-03-20 01:39:58 +03:00
afrokick
813f7aaec8 update changelog
fix package name in README
2020-03-19 23:35:59 +03:00
Alex Sosnovskiy
f3bb222609
Merge pull request #157 from ajmar/master
(feat): Allow passing in custom client ID generation function.
2020-03-19 23:11:46 +03:00
afrokick
8f3cdaec75 add info about account on docker hub 2020-03-19 23:00:59 +03:00
afrokick
75c967b768 add docker image size badge 2020-03-19 22:44:38 +03:00
Alex Sosnovskiy
9cf4f788f6
Merge pull request #163 from georgemandis/patch-1
Update README.md
2020-03-19 22:28:03 +03:00
afrokick
f2bb45b926 fix test 2020-03-19 22:15:17 +03:00
George Mandis
17f3bcdd35
Update README.md
Fixed missing comma
2020-03-18 21:02:40 -04:00
afrokick
f8720f3ee3 fix main field in package.json
bump version to 0.3.2
2020-03-14 10:10:00 +03:00
afrokick
5e8d824ee4 fix npm audit 2020-03-11 12:04:21 +03:00
afrokick
a956168f55 fix issue with expire messages
bump version to 0.3.1
2020-03-11 11:02:32 +03:00
Alex Sosnovskiy
f9469a958a
Merge pull request #158 from CFT-Chris/peerjs-express-doc
docs: specify path for express integration
2020-02-24 22:09:52 +03:00
Chris
2109b916f5 docs: specify path for express integration 2020-02-14 11:51:34 -05:00
Eden Tyler-Moss
1eea9d022c Better describe generateClientId test. 2020-01-31 11:51:38 +00:00
Eden Tyler-Moss
fdc57ba587 Fixed syntax error. (Made genRandomId optional). 2020-01-31 11:46:31 +00:00
Eden Tyler-Moss
ef651a9c7e Resolved merge conflicts, updated README. 2020-01-31 11:39:19 +00:00
Eden Tyler-Moss
167131b270 Fixed syntax error in test. 2020-01-31 10:53:42 +00:00
Eden Tyler-Moss
2a5d0b9cc3 Fixed breaking syntax error with genRandomId function selection. 2020-01-31 10:34:35 +00:00
Eden Tyler-Moss
2eb7f9cfb1 Generate ID function passed in options object. Updated tests. 2020-01-31 10:11:49 +00:00
Alex Sosnovskiy
279d43f49b
Create dockerimage.yml 2019-12-16 19:02:12 +03:00
afrokick
3398d65d2d refactoring index.js 2019-12-16 11:16:43 +03:00
afrokick
c4f04b2ff8 add tests for WebSocketServer 2019-12-16 01:15:05 +03:00
afrokick
fe6f513b01 add test for messageQueue
replace setTimeout to Promised wait
2019-12-15 18:49:01 +03:00