Peerjs

Latest version: v1.5.1

Safety actively analyzes 630130 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 6

1.0.3

- add pingInterval option

<a name="1.0.2"></a>

1.0.2

Bug Fixes

- fixed: memory leak in DataConnection 556
- fixed: missing sdpMid in IceServer 550

Other

- updated: old types/webrtc dependency 549

<a name="1.0.1"></a>

1.0.1

Bug Fixes

- fixed: readyState of undefined 520
- fixed: call sdpTransform in Answer 524
- fixed: sdpTransform does not apply to makeAnswer SDP 523

<a name="1.0.0"></a>

1.0.0

Bug Fixes

* a number of fixes in the port ([c627b1d](https://github.com/ambianic/peerjs-python/commit/c627b1da10355d08bdfa6efbfa198f9d94031af1))
* add test placeholder ([0557c5f](https://github.com/ambianic/peerjs-python/commit/0557c5f3036967675594b73fc7f98f204a2b1869))
* advancing towards initia PoC ([39d03f5](https://github.com/ambianic/peerjs-python/commit/39d03f53ac54da0b1a9deba37fa764c7294447c1))
* advancing with port ([3a67796](https://github.com/ambianic/peerjs-python/commit/3a67796a89afdf5aa5f0a46f3307d5b362982b81))
* datachannel handshake bugs ([66682a7](https://github.com/ambianic/peerjs-python/commit/66682a7aa86287a831ac5b135a40d2e93b55d6f9))
* datachannel handshake bugs between python and js peers ([15c9958](https://github.com/ambianic/peerjs-python/commit/15c99584849c2fc9dfa7635b281bd4193652f80d))
* datachannel setup fixes ([897a8b0](https://github.com/ambianic/peerjs-python/commit/897a8b0b6cefc3124a5df739861b3067779c12e9))
* dataconnection port bugs ([6093cde](https://github.com/ambianic/peerjs-python/commit/6093cdef6d3611bb9278931310d238ac0d998575))
* done with conversion of all peerjs datachannel code to python. Time to test it. ([a8ad1cd](https://github.com/ambianic/peerjs-python/commit/a8ad1cde2a3a376ebae2b7a218de2ad9d3326552))
* first successful package setup script ([87dcc2e](https://github.com/ambianic/peerjs-python/commit/87dcc2e9e7224366ceadf9f45d792d6a4ae151c8))
* http proxy ([06d3708](https://github.com/ambianic/peerjs-python/commit/06d37084e5c4dabb8606ad22d1a07818ae38fce4))
* issues with Safari and iOS ([57ecadf](https://github.com/ambianic/peerjs-python/commit/57ecadf47cc93a20a31b120e86c9c06ff21675b2))
* making progress with port from js ([cf55701](https://github.com/ambianic/peerjs-python/commit/cf5570149cf683e70ed0fc29f7734fb702cbce5c))
* more fixes in port ([ef0acc2](https://github.com/ambianic/peerjs-python/commit/ef0acc2302a192bd8d20d497c51ff24891cbcc0f))
* p2p dataconnection fixes ([5a22a22](https://github.com/ambianic/peerjs-python/commit/5a22a22eab954e56b356aa6f27b93880af3777c5))
* peer.py port advancing ([af8e675](https://github.com/ambianic/peerjs-python/commit/af8e6757ff21da30c21bdc5132af0749fd4b9ba0))
* plug and play support fixes ([94b8105](https://github.com/ambianic/peerjs-python/commit/94b81053635aa3626e297175d4a1e179ef5c37bd))
* polishing signaling server communication and room membership api ([1849be6](https://github.com/ambianic/peerjs-python/commit/1849be6558897d84ddb8516efb108cfda7dca77c))
* port fixes towards MVP ([4a76bac](https://github.com/ambianic/peerjs-python/commit/4a76bace3c11f1719c7ce53b3067929bb7efc9e4))
* prepare setup.py and .cfg packaging script ([1cbe908](https://github.com/ambianic/peerjs-python/commit/1cbe908835662081a48df1b2ebc043301e1e7ec9))
* progressing with port ([70b9eca](https://github.com/ambianic/peerjs-python/commit/70b9eca61f3e1ebca7682d4a3373c1abeabf91a1))
* progressing with port ([6cd7645](https://github.com/ambianic/peerjs-python/commit/6cd7645507126a527bd481bcce92ffaf69a24f0b))
* progressing with port from js, but not ready yet ([4b553d9](https://github.com/ambianic/peerjs-python/commit/4b553d955aee97b1356b51948f3a984db58ed215))
* progressing with python port ([a6142cc](https://github.com/ambianic/peerjs-python/commit/a6142cc1c9e4bea0f6aaf5c3ce3b62bc509a310f))
* various fixes in python port ([ceac7ab](https://github.com/ambianic/peerjs-python/commit/ceac7ab880c751164062abeaef28cf3552b0b0ee))
* various fixes of port errors ([ffe854a](https://github.com/ambianic/peerjs-python/commit/ffe854a1ec275f5b82adfb35d5bb93c19970aedf))
* various fixes, close to running a cli test ([ed7c608](https://github.com/ambianic/peerjs-python/commit/ed7c6083a21d9cb86fb67a279551a74f73b3341e))
* various port fixes ([f26f88b](https://github.com/ambianic/peerjs-python/commit/f26f88be810cd40f0fa795b31d85a1c3b242b4cd))


Features

* add peerroom class to manage shared local rooms for peers ([467260e](https://github.com/ambianic/peerjs-python/commit/467260efff2c4b1c05aa48b5a634115823e98a04))
* communication with signaling server over websockets successfully tested ([62ca5d3](https://github.com/ambianic/peerjs-python/commit/62ca5d31673795c2cbca6c57eb7ec25d862ba988))
* datachannel handshake successful ([c9da24a](https://github.com/ambianic/peerjs-python/commit/c9da24a00113ee8f4e0a99de3b4f2956798fc36a))
* initial code commit. Dev draft. Doesn't work yet. ([3564b3b](https://github.com/ambianic/peerjs-python/commit/3564b3bf51ea4eaf912c466a4cdc8984c724bb0e))
* persist peer id between restarts ([19f42b4](https://github.com/ambianic/peerjs-python/commit/19f42b4d1833e8a90fb8f0676e3c6c629fead6e4))
* server side http tunnel over webrtc peer datachannel ([48b40f3](https://github.com/ambianic/peerjs-python/commit/48b40f3970d6591ad1976a70b29f1c6a5b190353))

0.3.18

Features

- **typescript:** First commit ([0c77a5b](https://github.com/peers/peerjs/commit/0c77a5b))

<a name="0.3.16"></a>

0.3.16

Bug Fixes

- fixed typo in README ([f1bd47e](https://github.com/peers/peerjs/commit/f1bd47e))

Page 2 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.