Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Releases: FantasticFiasco/axis-discovery-ssdp-js

Release v6.0.0

11 Oct 07:29
Compare
Choose a tag to compare

💫 Changed

  • [BREAKING CHANGE] Renamed method Discovery.onHello(callback: (device: Device) => void) to Discovery.on("hello", (device: Device) => void)
  • [BREAKING CHANGE] Renamed method Discovery.onGoodbye(callback: (device: Device) => void) to Discovery.on("goodbye", (device: Device) => void)

⚡ Added

  • Class Discovery implements EventEmitter

Release v5.0.6

09 Mar 16:22
Compare
Choose a tag to compare

💉 Fixed

  • Add membership to port 1900 might throw error if already in use by another process

Release v5.0.5

27 Dec 11:48
Compare
Choose a tag to compare

👮‍♂️ Security

  • Security vulnerability in transient dependency handlebars

Release v5.0.4

14 Jul 14:42
Compare
Choose a tag to compare

👮‍♂️ Security

  • Security vulnerability in transient dependency diff
  • Security vulnerability in transient dependency lodash

Release v5.0.3

07 Jun 09:47
Compare
Choose a tag to compare

👮‍♂️ Security

  • Security vulnerability in transient dependency handlebars
  • Security vulnerability in transient dependency js-yaml

Release v5.0.2

09 Mar 17:10
Compare
Choose a tag to compare

👮‍♂️ Security

  • Security vulnerability in transient dependency sshpk

Release v5.0.0

22 Dec 14:08
Compare
Choose a tag to compare

💫 Changed

  • The property macAddress on Device changed type from string | undefined to string. Devices without a MAC address are now omitted from search results.

Release v4.1.0

27 Nov 19:49
Compare
Choose a tag to compare

⚡ Added

  • The option to specify a custom implementation of a HTTP client, where the default is based on Request. This can be useful if discovery is required in an Electron application where one wish to benefit from the proxy configuration provided by using Electron's net.request.

Release v4.0.2

14 Oct 14:02
Compare
Choose a tag to compare

💉 Fixed

  • Issue where exception was thrown when received message didn't specify MAC address

Release v4.0.1

06 Jul 19:38
Compare
Choose a tag to compare

💉 Fixed

  • Issue where socket listeners remained alive when discovery was stopped