Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nodetunes

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodetunes - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

3

lib/rtsp.js

@@ -54,2 +54,5 @@ "use strict";

RtspServer.prototype.disconnectHandler = function() {
// keep in mind 'this' is bound to an object that looks like { self: this, socket: socket }
// (see above)
if (this.socket === this.self.clientConnected) {

@@ -56,0 +59,0 @@

8

lib/rtspmethods.js

@@ -72,6 +72,2 @@ "use strict";

rtspServer.clientConnected = res.socket;
rtspServer.outputStream = new stream.PassThrough();
rtspServer.external.emit('clientConnected', rtspServer.outputStream);
var sdp = tools.parseSdp(req.content.toString());

@@ -101,2 +97,6 @@

rtspServer.clientConnected = res.socket;
rtspServer.outputStream = new stream.PassThrough();
rtspServer.external.emit('clientConnected', rtspServer.outputStream);
res.send();

@@ -103,0 +103,0 @@ };

{
"name": "nodetunes",
"version": "0.0.15",
"version": "0.0.16",
"author": "Stephen Wan <stephen@stephenwan.net>",

@@ -5,0 +5,0 @@ "description": "AirTunes v2 Music Server",

@@ -18,3 +18,3 @@ NodeTunes

##### 0.0.15
##### 0.0.16
- Added support for fetching human-readable client name

@@ -21,0 +21,0 @@

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