How to see package history?

前端 未结 3 1069
迷失自我
迷失自我 2021-02-01 12:27

How can I see the history of a package in the Npm registry?

In particular, I want to know when https://npmjs.org/package/npm version 1.1.2 was released.

3条回答
  •  广开言路
    2021-02-01 12:58

    For some specific versions I have found that time is not present and therefore the package is not listed when running that command. To see a list of all available times for a package run this command: npm view time. To see all versions and history run npm view versions.

提交回复
热议问题