@rea-jet/ssdp-discover
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -5,3 +5,3 @@ "use strict"; | ||
var SSDP = require('node-ssdp').Client; | ||
var xml2js = require('rea-xml2js')(); | ||
var xml2js = require('@rea-jet/rea-xml2js')(); | ||
var request = require('request-promise'); | ||
@@ -8,0 +8,0 @@ var SCAN_INTERVAL = 30 * 1000; |
{ | ||
"name": "@rea-jet/ssdp-discover", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Discovers REA-JET devices in the local network", | ||
@@ -10,4 +10,3 @@ "main": "dist/index.js", | ||
"build": "tsc", | ||
"watch": | ||
"supervisor -x ./node_modules/.bin/ts-node -w src -n exit src/index.ts" | ||
"watch": "supervisor -x ./node_modules/.bin/ts-node -w src -n exit src/index.ts" | ||
}, | ||
@@ -14,0 +13,0 @@ "keywords": [], |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
3580
0