Comparing version 0.0.17 to 0.0.18
"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``` | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 6 instances in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
32876
20
1
7
12
+ Addedmdns@2.2.0
+ Addedasync@0.1.22(transitive)
+ Addedcoffee-script@1.3.3(transitive)
+ Addedcommander@1.0.5(transitive)
+ Addedip@0.3.2(transitive)
+ Addedkeypress@0.1.0(transitive)
+ Addedmdns@2.2.0(transitive)
+ Addedportastic@0.0.1(transitive)
+ Addedpriorityqueuejs@0.2.0(transitive)
+ Addedrandomstring@1.0.3(transitive)
+ Addedursa@0.8.0(transitive)
- Removedmdns2@*
- Removedbindings@1.5.0(transitive)
- Removedbluebird@2.11.0(transitive)
- Removedcommander@2.20.3(transitive)
- Removeddebug@2.6.9(transitive)
- Removedfile-uri-to-path@1.0.0(transitive)
- Removedip@2.0.1(transitive)
- Removedmdns2@2.1.4(transitive)
- Removedms@2.0.0(transitive)
- Removednan@2.22.0(transitive)
- Removedportastic@1.0.1(transitive)
- Removedpriorityqueuejs@2.0.0(transitive)
- Removedrandombytes@2.0.3(transitive)
- Removedrandomstring@1.3.0(transitive)
- Removedursa@0.9.4(transitive)
Updatedip@0.3.2
Updatedportastic@0.0.1
Updatedpriorityqueuejs@0.2.0
Updatedrandomstring@1.0.3
Updatedursa@0.8.0