New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

peerjs

Package Overview
Dependencies
Maintainers
3
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

peerjs - npm Package Versions

1
45

0.3.10

Diff

Changelog

Source

Version 0.3.10 (29 Aug 2014)

  • Fixed a bug where disconnected would be emitted for XHR requests that were aborted on purpose.
michelle
published 0.3.9 •

Changelog

Source

Version 0.3.9 (11 July 2014)

  • Allow an external adapter to be used (for RTCPeerConnection and such). (Thanks, @khankuan!)
  • Fixed a bug where _chunkedData was not being cleared recursively, causing memory to be eaten up unnecessarily. (Thanks, @UnsungHero97!)
  • Added peer.reconnect(), which allows a peer to reconnect to the signalling server with the same ID it had before after it has been disconnected. (Thanks, @jure, for the amazing input :)!)
  • Added previously-missing error types, such as webrtc, network, and peer-unavailable error types. (Thanks, @mmis1000 for reporting!)
  • Fixed a bug where the peer would infinitely attempt to start XHR streaming when there is no network connection available. Now, the peer will simply emit a network error and disconnect. (Thanks, @UnsungHero97 for reporting!)
michelle
published 0.3.8 •

Changelog

Source

Version 0.3.8 beta (18 Mar 2014)

  • The following changes are only compatible with PeerServer 0.2.4.
  • Added the ability to specify a custom path when connecting to a self-hosted PeerServer.
  • Added the ability to retrieve a list of all peers connected to the server.
michelle
published 0.3.6 •

Changelog

Source

Version 0.3.6 beta (3 Dec 2013)

  • Workaround for hitting Chrome 31+ buffer limit.
  • Add .bufferSize to DataConnection to indicate the size of the buffer queue.
  • Add .dataChannel to DataConnection as an alias for ._dc, which contains the RTCDataChannel object associated with the DataConnection.
  • Update BinaryPack dependency.
michelle
published 0.3.5 •

Changelog

Source

Version 0.3.5 beta (26 Nov 2013)

  • Fix bug where chunks were being emitted.
michelle
published 0.3.4 •

Changelog

Source

Version 0.3.4 beta (11 Nov 2013)

  • Fix file transfer issue in Chrome by chunking for data over 120KB.
  • Use binary data when possible.
  • Update BinaryPack dependency to fix inefficiencies.
michelle
published 0.3.2 •

Changelog

Source

Version 0.3.2 beta (25 Oct 2013)

  • Use SCTP in Chrome 31+.
  • Work around Chrome 31+ tab crash. The crashes were due to Chrome's lack of support for the maxRetransmits parameter for modifying SDP.
  • Fix exceptions in Chrome 29 and below.
  • DataChannels are unreliable by default in Chrome 30 and below. In setting reliable to true, the reliable shim is used only in Chrome 30 and below.
michelle
published 0.3.1 •

Changelog

Source

Version 0.3.1 beta (19 Oct 2013)

  • Updated docs and examples for TURN server usage
  • Fixed global variable leak
  • DataConnections now have reliable: false by default. This will switch to on when reliable: true works in more browsers
michelle
published 0.2.0 •

Changelog

Source

Version 0.2.0 (24 Mar 2013)

  • Warning: this build introduces the following API changes that may break existing code.
    • peer.connections is no longer a hash mapping peer IDs to connections.
    • Connections no longer emit errors from PeerConnection; PeerConnection errors are now forwarded to the Peer object.
  • Add support for multiple DataConnections with different labels.
  • Update Reliable version to support faster file transfer.
  • Fix bug where using XHR streaming to broker a connection occasionally fails.
1
45
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc