Skip to content
This repository was archived by the owner on Sep 10, 2026. It is now read-only.
This repository was archived by the owner on Sep 10, 2026. It is now read-only.

Outdated Packages and Weird Installation Method #10

Description

@nmggithub

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions