Skip to content

NPM package version confusion #3

Open
@ghosind

Description

@ghosind

It seems some versions belong to a previously deleted NPM package with the same name. There are the versions shown in npm show command:

npm show dynamic-buffer time
{
  created: '2022-11-06T17:13:32.860Z',
  '1.0.0': '2022-08-02T15:25:38.333Z',
  modified: '2023-02-11T11:33:23.807Z',
  '1.0.1': '2022-08-02T17:44:51.127Z',
  '1.1.0': '2022-08-03T17:52:07.666Z',
  '1.1.1': '2022-08-08T14:51:08.119Z',
  '2.0.0': '2022-08-21T10:05:59.776Z',
  '2.0.1': '2022-08-21T10:08:53.197Z',
  '0.1.0': '2022-11-05T14:53:24.950Z',
  '0.1.1': '2022-11-06T17:13:33.037Z',
  '0.1.2': '2022-11-09T13:41:45.955Z',
  '0.2.0': '2022-11-15T14:17:28.093Z',
  '0.2.1': '2022-11-25T15:18:29.804Z',
  '0.3.0': '2022-12-15T15:52:50.663Z',
  '0.3.1': '2022-12-15T16:44:44.978Z',
  '0.3.2': '2023-01-30T14:25:37.840Z',
  '0.3.3': '2023-02-11T11:33:23.807Z'
}

So, the following versions must be skipped:

  • 1.0.0
  • 1.0.1
  • 1.1.1
  • 2.0.0
  • 2.0.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions