Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/peers/peerjs

Simple peer-to-peer with WebRTC.
https://github.com/peers/peerjs

build(deps-dev): bump semantic-release from 19.0.2 to 19.0.3

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 19.0.2 to 19...

ef56bebe4e1636dd92f680653826aff2b50f2f95 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix(browser-bundle): Leaked private functions in the global scope

`"outputFormat": "global"` was the missing Parcel setting

Closes #989

857d42524a929388b352a2330f18fdfc15df6c22 authored about 2 years ago by Jonas Gloning <[email protected]>
chore(release): 1.4.6 [skip ci]

## [1.4.6](https://github.com/peers/peerjs/compare/v1.4.5...v1.4.6) (2022-05-25)

### Bug Fixes
...

c82c9d00ded33b45e38ff75830f6f8470aeae7c5 authored over 2 years ago by semantic-release-bot <[email protected]>
fix(typings): much stronger event typings for `DataConnection`,`MediaConnection`

0c96603a3f97f28eabe24906e692c31ef0ebca13 authored over 2 years ago by Jonas Gloning <[email protected]>
fix(typings): `MediaConnection.answer()` doesn’t need a `stream` anymore, thanks @matallui!

666dcd9770fe080e00898b9138664e8996bf5162 authored over 2 years ago by Jonas Gloning <[email protected]>
perf(turn): reduce turn server count

This may reduce the time to connect, since on some browsers every address is tried before establ...

8816f54c4b4bff5f6bd0c7ccf5327ec84e80a8ca authored over 2 years ago by Jonas Gloning <[email protected]>
chore(contributors): update and sort contributors list

f879e2c7298e6c3a3e2f35b25c043b64262449e5 authored over 2 years ago by Jonas Gloning <[email protected]>
build: add `contributors` script for updating contributors list

732523af62f1ee57c1ed683d2683bcf9c7ddaaa6 authored over 2 years ago by Jonas Gloning <[email protected]>
chore(release): 1.4.5 [skip ci]

## [1.4.5](https://github.com/peers/peerjs/compare/v1.4.4...v1.4.5) (2022-05-24)

### Bug Fixes
...

f0ab4d5a0bfe296275dcb5d331b551dfaefbb2d3 authored over 2 years ago by semantic-release-bot <[email protected]>
chore(contributors): update and sort contributors list

4cb91b5bf547becf76c845b007daafc5bcd50b5c authored over 2 years ago by Jonas Gloning <[email protected]>
fix(typings): add missing type exports (#959)

Parcel doesn’t add a `declare` before the type in the `.d.ts`. Bug in Parcel?

Closes #961

3c915d57bb18ac822d3438d879717266ee84b635 authored over 2 years ago by Jonas Gloning <[email protected]>
add type exports

07b4ef6f6286cc4afc9a9c9615dd7440ff0a790d authored over 2 years ago by Joel Wetzell <[email protected]>
fix(referrerPolicy): you can now set a custom referrerPolicy for api requests

Fixes #955

c0ba9e4b64f233c2733a8c5e904a8536ae37eb42 authored over 2 years ago by Jonas Gloning <[email protected]>
chore(release): 1.4.4 [skip ci]

## [1.4.4](https://github.com/peers/peerjs/compare/v1.4.3...v1.4.4) (2022-05-13)

### Bug Fixes
...

510c974cc0efcf1d5e3376eea6bf45fc3e5ddd86 authored over 2 years ago by semantic-release-bot <[email protected]>
fix(CRA@4): import hack

Closes #954

41c3ba7b2ca6adc226efd0e2add546a570a4aa3a authored over 2 years ago by Jonas Gloning <[email protected]>
docs(ts): copy the old .d.ts comments to the source

a43193fbcdb9a924ef07c9689e7df1df92d5931b authored over 2 years ago by Jonas Gloning <[email protected]>
refactor: delete unused .d.ts

webrtc-adapter has typings on npm

e331bb43ffcf170beef7c7ef35b6422d28341ee8 authored over 2 years ago by Jonas Gloning <[email protected]>
refactor: improve event types

ce34b57c5d736b3c6e3fc04fe7678a7e874ac670 authored over 2 years ago by Jonas Gloning <[email protected]>
fix(source maps): enable source map inlining

Some bundlers have trouble finding sources without inlining.

97a724b6a1e04817d79ecaf91d4384ae3a94cf99 authored over 2 years ago by Jonas Gloning <[email protected]>
style(prettier): run prettier

8fa864b2c12228b9e3bcb25f428c4abfa8318b79 authored over 2 years ago by Jonas Gloning <[email protected]>
chore(release): 1.4.3 [skip ci]

## [1.4.3](https://github.com/peers/peerjs/compare/v1.4.2...v1.4.3) (2022-05-13)

### Bug Fixes
...

bab2b0c56d21e1e204584b21003ff4737eb219a5 authored over 2 years ago by semantic-release-bot <[email protected]>
fix(typings): export interfaces

In 1.3 typings have been documented by hand. Now they are auto generated and we have to export t...

979e69545cc2fe10c60535ac9793140ef8dba4ec authored over 2 years ago by Jonas Gloning <[email protected]>
chore(release): 1.4.2 [skip ci]

## [1.4.2](https://github.com/peers/peerjs/compare/v1.4.1...v1.4.2) (2022-05-12)

### Bug Fixes
...

29acfef0ab28a340cc3b1804cf9209959f4901a9 authored over 2 years ago by semantic-release-bot <[email protected]>
fix(bundler import): enable module target

Default imports from cjs imports differ between implementations. Avoiding this by providing es6 ...

b5beec4a07827f82c5e50c79c71a8cfb1ec3c40e authored over 2 years ago by Jonas Gloning <[email protected]>
chore(release): 1.4.1 [skip ci]

## [1.4.1](https://github.com/peers/peerjs/compare/v1.4.0...v1.4.1) (2022-05-11)

### Bug Fixes
...

19d4d5bf93822a87e6e73fe180895c74cd9bcd97 authored over 2 years ago by semantic-release-bot <[email protected]>
style: prettier ignore CHANGELOG.md

2b604305c10766378ea885d996b7c6e1c9ea893e authored over 2 years ago by Jonas Gloning <[email protected]>
fix(old bundlers): include support for Node 10 (EOL since 2021-04-01) / old bundlers

Closes #952

c0f4648b1c104e5e0e5967bb239c217288aa83e0 authored over 2 years ago by Jonas Gloning <[email protected]>
chore(release): 1.4.0 [skip ci]

# [1.4.0](https://github.com/peers/peerjs/compare/v1.3.2...v1.4.0) (2022-05-10)

### Bug Fixes

...

8bd83dff882963917cfa1e936d0b0df197963396 authored over 2 years ago by semantic-release-bot <[email protected]>
Revert "docs(readme): revert import changes until new version is stable"

This reverts commit d158ea82fa214b54401fd4123e387d1e2796ae4d.

84e297a719f559ada787a481b2b48a2e7dcb58c7 authored over 2 years ago by Jonas Gloning <[email protected]>
ci: enable CodeQL

abbe80f42566ce6f07c98a3739cb86f52ae0e5cc authored over 2 years ago by Jonas Gloning <[email protected]>
docs: fix link to changelog

5d701c550a3d2cb81db473d7832e4f70fda5ee7d authored over 2 years ago by Jonas Gloning <[email protected]>
fix: add changelog and npm version to the repo

d5bd9552daf5d42f9d04b3087ddc34c729004daa authored over 2 years ago by Jonas Gloning <[email protected]>
chore: replace deprecated String.prototype.substr()

.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecat...

87d7bd9f3479d2d8b5726022a2597dde8e7f7753 authored over 2 years ago by Tobias Speicher <[email protected]>
fix: websocket connection string

82b8c713bc03be34c2526bdf442a583c4d547c83 authored over 2 years ago by Jonas Gloning <[email protected]>
docs(readme): revert import changes until new version is stable

d158ea82fa214b54401fd4123e387d1e2796ae4d authored over 2 years ago by Jonas Gloning <[email protected]>
build: semantic release

63f065aa03fc958979904b814d3efba95c6c5946 authored over 2 years ago by Jonas Gloning <[email protected]>
refactor: include PeerJS version in HTTP requests

This allows us to observe how fast a new version is rolled out

4a7dba0e4ecdb0f160f7466938fe94f297aa948e authored over 2 years ago by Jonas Gloning <[email protected]>
feat: upgrade to Parcel@2

- smaller bundle
- better source maps
- improved bundler compatibility

Closes #845, #859, #552,...

aae9d1fa37731d0819f93535b8ad78fe4b685d1e authored over 2 years ago by Jonas Gloning <[email protected]>
perf(turn): lower TURN-latency due to more local servers

a412ea4984a46d50de8873904b7067897b0f29f9 authored over 2 years ago by Jonas Gloning <[email protected]>
style: configure prettier

d46692622d5df31851508b23a8baa25ea0182198 authored over 2 years ago by Jonas Gloning <[email protected]>
chore(cleanup): "dist" should never have been committed to git

ed56c9320c474e98755a64dba4871235b4a7cb1d authored over 2 years ago by Jonas Gloning <[email protected]>
Update link to the documentation. Closes #943

c5ea4d822227aa51bd3b2b1493a99dbb2dfd0e6f authored over 2 years ago by Jonas Gloning <[email protected]>
update package-lock.json to v2

update devDeps

e4446018169962fb529b7fd30b5a30c045817da2 authored over 2 years ago by afrokick <[email protected]>
Merge pull request #909 from peers/dependabot/npm_and_yarn/ws-5.2.3

Bump ws from 5.2.2 to 5.2.3

2ecf3a3f46d7ccf4d00ee1baa1de1b86ca7dc658 authored almost 3 years ago by Alex Sosnovskiy <[email protected]>
Merge pull request #910 from jsfelix/fix/add-token-type-definition

fix: add token to PeerJSOption type definition

f7e8b50f875e22c6ee8a24cc719ff0f569787177 authored almost 3 years ago by Alex Sosnovskiy <[email protected]>
fix: add token to PeerJSOption type definition

e7675e1474b079b2804167c70335a6c6e2b8ec08 authored almost 3 years ago by Jefferson Felix <[email protected]>
Bump ws from 5.2.2 to 5.2.3

Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3.
- [Release notes](https://gith...

9b6032f213a568fe6e7c9f371a519857eb48f673 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
run `npm audit fix`

829afda314fc2c02c78b5f317bc12eaeeffcc311 authored almost 3 years ago by afrokick <[email protected]>
Merge pull request #908 from peers/dependabot/npm_and_yarn/color-string-1.9.0

Bump color-string from 1.5.3 to 1.9.0

87727eccc22e0e3177b9f9ba0da95297308d034e authored almost 3 years ago by Alex Sosnovskiy <[email protected]>
Merge pull request #890 from peers/dependabot/npm_and_yarn/url-parse-1.5.3

Bump url-parse from 1.5.1 to 1.5.3

3eae3ac05791c5b736179c20b3caa1f46905d958 authored almost 3 years ago by Alex Sosnovskiy <[email protected]>
Merge pull request #876 from peers/dependabot/npm_and_yarn/path-parse-1.0.7

Bump path-parse from 1.0.6 to 1.0.7

1544e4a9a28e9e8cbed2e7b5e87a744156a39699 authored almost 3 years ago by Alex Sosnovskiy <[email protected]>
Bump color-string from 1.5.3 to 1.9.0

Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.3 to 1.9.0.
- [Release notes...

d8ba69af8162f8fdeae976bc933560545986a621 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #852 from peers/dependabot/npm_and_yarn/browserslist-4.16.6

Bump browserslist from 4.8.2 to 4.16.6

350433ec0430c788d94f0f8aa4a2de8feb472d7c authored almost 3 years ago by Alex Sosnovskiy <[email protected]>
Merge pull request #820 from peers/dependabot/npm_and_yarn/y18n-4.0.1

Bump y18n from 4.0.0 to 4.0.1

54e88f8b8f4086462d58152f7cb4d9d1688c14c9 authored almost 3 years ago by Alex Sosnovskiy <[email protected]>
Bump url-parse from 1.5.1 to 1.5.3

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3.
- [Release notes]...

19f9e4ea820cbe611d93e378c52008146fda11f2 authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump path-parse from 1.0.6 to 1.0.7

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release no...

2d1d385c4952f94012c79758a88f82fcbb179853 authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump browserslist from 4.8.2 to 4.16.6

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.8.2 to 4.16.6.
- [Rele...

7fb512543b02ee696c8cef6ae8163ef1c7e19f47 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #840 from peers/dependabot/npm_and_yarn/lodash-4.17.21

Bump lodash from 4.17.19 to 4.17.21

fef43289e1a7c370d16c9d50081d3307505941ea authored over 3 years ago by Alex Sosnovskiy <[email protected]>
Merge pull request #839 from peers/dependabot/npm_and_yarn/hosted-git-info-2.8.9

Bump hosted-git-info from 2.7.1 to 2.8.9

095127711b516ff4577b451040a364bead0a5c7f authored over 3 years ago by Alex Sosnovskiy <[email protected]>
Bump lodash from 4.17.19 to 4.17.21

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](http...

7930599d6098372230fbfd929aaf9a835072b370 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump hosted-git-info from 2.7.1 to 2.8.9

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9.
- [Release ...

33c3d3ac7464efd450ad57a1513ef62adb30f35f authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #836 from peers/dependabot/npm_and_yarn/url-parse-1.5.1

Bump url-parse from 1.4.7 to 1.5.1

1fbbc30d97e2b14fa5f9ddede797fa14211d483a authored over 3 years ago by Alex Sosnovskiy <[email protected]>
Bump url-parse from 1.4.7 to 1.5.1

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.1.
- [Release notes]...

23f0e950a8a20603dd460728b5ec61cbc3ffde47 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump y18n from 4.0.0 to 4.0.1

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://githu...

842baf69a15ef96f09f1c86de953c96df34064f9 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
update changelog

cfc37c7988d8ef3d2c1d7b6123562dd2af59defc authored over 3 years ago by afrokick <[email protected]>
Bump version to 1.3.2

901c46b86a501399dc9b5dd141ac65ade0cc80e6 authored over 3 years ago by afrokick <[email protected]>
update dev deps

rebuild

d1d22436f414f7489ebed3645538daecae381a98 authored over 3 years ago by afrokick <[email protected]>
Merge pull request #710 from jasonbarry/docs-util-browser

Updating docs to use values specified in webrtc-adapter.d.ts

04866197eed812281834ccb353d3ede99cfe26d8 authored over 3 years ago by Alex Sosnovskiy <[email protected]>
Merge pull request #748 from alxnull/patch-1

Update ICE servers default in docs

2b81b96c3fc8880032194c063f360bb23e885938 authored over 3 years ago by Alex Sosnovskiy <[email protected]>
Merge pull request #804 from peers/dependabot/npm_and_yarn/elliptic-6.5.4

Bump elliptic from 6.5.3 to 6.5.4

6c2812faff3ca31702b6cf19cdb9913f7c43e074 authored over 3 years ago by Alex Sosnovskiy <[email protected]>
Merge pull request #806 from VernierST/bug-800-bug-803

bugfix #800 bugfix #803 - latest webrtc-adapter

9a66b063d6aad8aad6c21e705466ee3976b545ef authored over 3 years ago by Alex Sosnovskiy <[email protected]>
bugfix #800 bugfix #803 - latest webrtc-adapter

Update latest `webrtc-adapter` package to fix Chromium M89 issues with Safari

99906633f102e98628fa1bb6f2d3a95e7d56d47f authored over 3 years ago by Jordan Austin <[email protected]>
Bump elliptic from 6.5.3 to 6.5.4

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](htt...

74a564ad75742d021136b766d481980f1c9988c2 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #783 from Prashoon123/patch-1

Added installation method for yarn

1c37e85e0cb818d4314f76f97f0ad0d2592cc1e5 authored over 3 years ago by Alex Sosnovskiy <[email protected]>
Merge pull request #766 from HarshCasper/master

Removing unnecessary Semi Colons and Boolean Casts

5abe67a281b0cd3680609942cefc6c0ef2e35f43 authored over 3 years ago by Alex Sosnovskiy <[email protected]>
Update README.md

6f651c3a736078a23c0e180047d5fc01e02ea202 authored over 3 years ago by PrashoonB <[email protected]>
Update README.md

fda97d3146180e03be13d394a424c41c356c103d authored over 3 years ago by PrashoonB <[email protected]>
Update README.md

bfac351dcc3464c64f9864877b9c0b86d46aaf5e authored over 3 years ago by PrashoonB <[email protected]>
Update README.md

6a1f524afcc98bc07a24f6ccf12a45077558643b authored over 3 years ago by PrashoonB <[email protected]>
Added installation method for yarn

6deb3db0a9c2b1f4a2e94a63b13e567ae2f23196 authored over 3 years ago by PrashoonB <[email protected]>
Telegram link expired

39d4b217fdfb90ff22832d9c7d610c31eede6955 authored almost 4 years ago by Jairo <[email protected]>
Merge pull request #1 from HarshCasper/deepsource-fix-93544174

Remove unnecessary boolean casts

e6a42beb89c3e3aa0dbac2f095fa2448a7b21720 authored almost 4 years ago by Harsh Bardhan Mishra <[email protected]>
Merge pull request #2 from HarshCasper/deepsource-fix-ff04cf77

Remove unnecessary semicolons

4549861a7129b478994ec7a1653771e930c76436 authored almost 4 years ago by Harsh Bardhan Mishra <[email protected]>
Remove unnecessary semicolons

a44ab97c53ce7bb145c251d706b07beca06b28ab authored almost 4 years ago by deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Remove unnecessary boolean casts

592299e76eb8faffa67f326f550fcb069237a9b7 authored almost 4 years ago by deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Added .deepsource.toml

d02b4802f0e4d4e2c475805e414df18278b7049e authored almost 4 years ago by Harsh Bardhan Mishra <[email protected]>
Update ICE servers default in docs

79082fc0af68eec430293ff0013ae2e3167726ae authored almost 4 years ago by alxnull <[email protected]>
Merge pull request #713 from crydotsnake/master

Fix broken links.

d08decce1aeda1c17c9710eeea09b1843f85b48d authored about 4 years ago by Alex Sosnovskiy <[email protected]>
Merge pull request #712 from peers/dependabot/npm_and_yarn/elliptic-6.5.3

Bump elliptic from 6.5.2 to 6.5.3

b9369b43681be529a12b6806e85683831d06c9ba authored about 4 years ago by Alex Sosnovskiy <[email protected]>
Merge pull request #717 from DevRockstarZ/master

Fix contribute section in README.md

3b4f4baaf771f1961629fc26dce4cb16b5c8b79d authored about 4 years ago by Alex Sosnovskiy <[email protected]>
Fix contribute section in README.md

c13140a63af52317217bacf90e5bfa6aed269ad1 authored about 4 years ago by JooYoung <[email protected]>
Fix broken API link

04ab0ac9954623a88957c11a561c4ea9501f44bd authored about 4 years ago by Simon <[email protected]>
Fix broken docs link

7d39fdb12a099c8d5eae1dfe44cfd217de8e2f9f authored about 4 years ago by Simon <[email protected]>
Bump elliptic from 6.5.2 to 6.5.3

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](htt...

9a1bd5da3089fd06354a99bf6ce5b449c698a31b authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #709 from bennlich/patch-1

add a link to a working example app

6d27467938ea84929100816727e7473ec7958410 authored about 4 years ago by Alex Sosnovskiy <[email protected]>
Updating docs to use values specified in webrtc-adapter.d.ts

02766e384ae11e27e0024a70de4d9508e5d665eb authored about 4 years ago by jasonbarry <[email protected]>
add a link to a working example app

bbca4216fb4fc2e5a73e909fd388c598c5477044 authored about 4 years ago by Benny Lichtner <[email protected]>
update docs

fe54b3edb1463ac7fd531ae936355febc47e77af authored over 4 years ago by afrokick <[email protected]>
Bump version to 1.3.1

040e09cb292040a34ec28de39460e96956874aa9 authored over 4 years ago by afrokick <[email protected]>
npm audit fix

6632f10ecd6e415b9f94ac207f1a384d7874c242 authored over 4 years ago by afrokick <[email protected]>