Skip to content

Incorrect latest version #24

@bartbutenaers

Description

@bartbutenaers

Hi guys,

Based on this discussion on Discourse.

My node-red-contrib-xterm/ node uses these dependencies:

 "dependencies": {
    "xterm": "^4.17.0",
    "xterm-addon-fit": "^0.5.0",
    "node-pty-prebuilt-multiarch": "^0.10.1-pre.4"
 },

Which results in following scorecard warning:

image

Running the node-red-dev tool manually gives me some more information, about what is wrong:

node-pty-prebuilt-multiarch is not at latest version, package.json specifies: ^0.10.1-pre.4, latest is: 0.10.0

Which is weird, because I use the latest version of the node-pty-prebuilt-multiarch package:

image

However it seems that the npm-check library passes the wrong latest version to node-red-dev:

image

Thanks !!!
Bart

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