-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
This library uses both bluebird and request, two packages that are extremely outdated and honestly no longer needed. Bluebird was meant to be a polyfill for the Promise API before it was widely supported (which it is now). It's last release was 5 years ago. The request package has been deprecated since 2020 (https://www.npmjs.com/package/request).
The method of installing this package is also very strange. While I do enjoy TypeScript, I have never seen a package on NPM distributed with TypeScript code itself with steps to compile it. The standard appears to be to provide JS files, along with TS types. which is not done here. Requiring a compiling step is an anti-pattern and would honestly break most development processes.
odubuc, fabregas4, torchsmith, jledentu, startswithaj and 3 more
Metadata
Metadata
Assignees
Labels
No labels