homebridge-awair-local icon indicating copy to clipboard operation
homebridge-awair-local copied to clipboard

Deprecation warnings

Open dkossman opened this issue 4 years ago • 3 comments

sudo npm install -g homebridge-awair-local
npm WARN deprecated [email protected]: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: this library is no longer supported
+ [email protected]
added 54 packages from 64 contributors in 70.839s

dkossman avatar Oct 02 '20 20:10 dkossman

the plugin seems to be working, but not sure what the impact of these warnings will be in terms of security or reliability.

dkossman avatar Oct 02 '20 21:10 dkossman

@dkossman thanks for the tip! I will be revisiting this plugin and using the "Platform" (vs. the current "Accessory") method in the near future. It will be based off @dmblakeley's work on https://github.com/DMBlakeley/homebridge-awair2

deanlyoung avatar Oct 07 '20 05:10 deanlyoung

@deanlyoung, I am still making use of request and request-promise. Believe they are both in maintenance mode with no additional functionality be added. Did not address as part of "Platform" rewrite. Will look for your recommendation on replacement.

DMBlakeley avatar Oct 07 '20 12:10 DMBlakeley