Comparing version 0.0.5 to 0.0.6
@@ -114,5 +114,9 @@ var express = require('express'); | ||
Server.prototype.stop = function() { | ||
try { | ||
this.server.close(); | ||
} catch (err) { | ||
} | ||
} | ||
module.exports = Server; |
{ | ||
"name": "nicercast", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "simple icecast compliant streaming server", | ||
@@ -5,0 +5,0 @@ "main": "index.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
5587
100