Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@node-ipc/compat contains transitive dependencies managed by @/riaevangelist #2

Closed
achrinza opened this issue Mar 20, 2022 · 2 comments

Comments

@achrinza
Copy link
Member

achrinza commented Mar 20, 2022

Currently, there is the following transitive production dependency:

  • @node-ipc/compat
    • js-queue@2.0.0
      • 2.0.0
        • easy-stack@^1.0.0
          • 1.0.0
          • 1.0.1
      • 2.0.1
        • easy-stack@^1.0.0
          • 1.0.0
          • 1.0.1
      • 2.0.2
        • easy-stack@^1.0.1
          • 1.0.0
          • 1.0.1

We can confirm @/riaevangelist has ownership of easy-stack:

$ npm view easy-stack maintainers
riaevangelist <brandon@diginow.it>

Should we could consider forking js-queue as well? We don't need to fork easy-stack since it doesn't contain any dependencies.

Some info about js-queue:

  • First published: 2015-12-04 (~5 years ago)
  • Last published: 2020-11-11 (~1.4 years ago)
  • No. of published versions: 8
  • Latest version: 2.0.2
@AaronDewes
Copy link
Contributor

Yes, I'll create a repo here in a few minutes

@AaronDewes
Copy link
Contributor

@node-ipc/js-queue is now on npm and pins the easy-stack version to 1.0.1

achrinza added a commit to achrinza/node-ipc that referenced this issue Mar 20, 2022
This removes a transitive nested dependency that's managed by
@/riaevangelist (The original author of `node-ipc`) - `easy-stack@^1.0.1`.

see: node-ipc/node-ipc#2

Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
achrinza added a commit to achrinza/node-ipc that referenced this issue Mar 20, 2022
This removes a transitive nested dependency that's managed by
@/riaevangelist (The original author of `node-ipc`) - `easy-stack@^1.0.1`.

see: node-ipc/node-ipc#2

Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
achrinza added a commit to achrinza/node-ipc that referenced this issue Mar 20, 2022
This removes a transitive nested dependency that's managed by
@/riaevangelist (The original author of `node-ipc`) - `easy-stack@^1.0.1`.

see: node-ipc/node-ipc#2

Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
achrinza added a commit to achrinza/node-ipc that referenced this issue Mar 20, 2022
This removes a transitive nested dependency that's managed by
@/riaevangelist (The original author of `node-ipc`) - `easy-stack@^1.0.1`.

see: node-ipc/node-ipc#2

Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
achrinza added a commit to achrinza/node-ipc that referenced this issue Mar 20, 2022
This removes a transitive nested dependency that's managed by
@/riaevangelist (The original author of `node-ipc`) - `easy-stack@^1.0.1`.

see: node-ipc/node-ipc#2

Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants