upnp-device
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "upnp-device", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Create UPnP devices in Node.js", | ||
@@ -11,3 +11,3 @@ "keywords": [ "upnp" ], | ||
"directories": { "lib": "./lib" }, | ||
"engines": { "node": ">=0.8.8" }, | ||
"engines": { "node": ">=0.10.0" }, | ||
"dependencies": { | ||
@@ -31,3 +31,3 @@ "async": "*", | ||
}, | ||
"contributors": ["Eelco Cramer"] | ||
"contributors": ["Eelco Cramer", "Andrew Heuermann"] | ||
} |
@@ -30,3 +30,3 @@ # UPnP Devices for Node.js | ||
}); | ||
mediaServer.announce(); | ||
mediaServer.ssdpAnnounce(); | ||
}); | ||
@@ -33,0 +33,0 @@ ``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
60428