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

nodetunes

Package Overview
Dependencies
Maintainers
2
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.17 to 0.0.18

CHANGELOG.md

2

lib/server.js
"use strict";
var mdns = require('mdns2');
var mdns = require('mdns');
var net = require('net');

@@ -5,0 +5,0 @@ var portastic = require('portastic');

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

@@ -24,8 +24,8 @@ "description": "AirTunes v2 Music Server",

"dependencies": {
"mdns2": "*",
"ursa": "*",
"ip": "*",
"priorityqueuejs": "*",
"portastic": "*",
"randomstring": "*",
"mdns": "2.2.0",
"ursa": "0.8.0",
"ip": "0.3.2",
"priorityqueuejs": "0.2.0",
"portastic": "0.0.1",
"randomstring": "1.0.3",
"httplike": "0.0.8",

@@ -36,3 +36,3 @@ "random-mac": "0.0.4",

"devDependencies": {
"speaker": "*",
"speaker": "0.2.1",
"gulp": "~3.6.2",

@@ -39,0 +39,0 @@ "gulp-mocha": "~0.4.1",

@@ -12,32 +12,1 @@ NodeTunes

See ```examples/server.js``` for example usage.
Changelog
---------
##### 0.0.17
- Fixed bug where unknown request method (e.g. `GET`) would crash session
- Removed legacy `MessageBuilder` responses
- Fixed buggy response errors to use `httplike` errors
##### 0.0.16
- Added support for fetching human-readable client name
##### 0.0.14
- Solved issues created in 0.0.12
- Fixed clientConnected/clientDisconnected issues
- Correct cleanup for RTP binding
##### 0.0.12
- EXPERIMENTAL - added testing infrastructure, refactoring.
- Moved to httplike v0.0.7 (trim on method support, solves )
##### 0.0.11
- Fixed 'undefined' bug in RTSP replies
##### 0.0.10
- Fixed scope leakage issues
- Fixed file naming issues
##### 0.0.7
- Changed output audio stream pattern to better match callback pattern. See new ```examples/server.js```
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