top | item 44814931

(no title)

kaptainscarlet | 6 months ago

I somewhat agree because the main package file .eg package.json can act as a lock file if you pin packages to specific versions

discuss

order

whilenot-dev|6 months ago

No tag other than latest has any special significance to npm itself. Tags can be republished and that's why integrity checks should be in place. Supply chain attacks are happening in open source communities, sadly.

beart|6 months ago

I don't think you can republish to npm.

https://docs.npmjs.com/cli/v11/commands/npm-publish

> The publish will fail if the package name and version combination already exists in the specified registry.

> Once a package is published with a given name and version, that specific name and version combination can never be used again, even if it is removed with npm unpublish.