socks icon indicating copy to clipboard operation
socks copied to clipboard

Why does the 2.7.3 tagged package-lock file show this as v3.0.0 now?

Open MartinFalatic opened this issue 4 months ago • 5 comments

I notice that there's a discrepancy between package.json and package-lock.json:

In https://github.com/JoshGlazebrook/socks/blob/2.7.3/package.json we see "version": "2.7.3"

But in https://github.com/JoshGlazebrook/socks/blob/2.7.3/package-lock.json we see "version": "3.0.0"

https://github.com/JoshGlazebrook/socks/compare/2.7.1...2.7.3

I've had a devil of a time trying to get this to upgrade as part of [email protected] (it refuses for no obvious reason to go past socks 2.7.1 despite its specifying the dependency as ^2.7.1):

https://github.com/TooTallNate/proxy-agents/issues/293#issuecomment-1960652215

Originally posted by @MartinFalatic in https://github.com/JoshGlazebrook/socks/issues/95#issuecomment-1960664658

MartinFalatic avatar Feb 23 '24 03:02 MartinFalatic