-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
This is NOT related to #35
We're using ProGet with NPM connector, and it handles "+" (plus sign) in versions differently than npmjs repository.
- http://proget.wtg.zone/npm/Registry/@hot-loader/react-dom/
"versions": {"16.13.0+4.12.20": ...
- https://registry.npmjs.org/@hot-loader/react-dom/
"versions": ... {"16.13.0": ...
As you can see, the original npmjs API removes +4.12.20
.
While ProGet leaves it.
I have analyzed all 1 240 000 npm packages in our ProGet repository and this one is the only one that has "+" in the version number.
I understand that it's an issue with ProGet and not with this package, but they don't want to fix it.
The issue is being covered in more details here: forums.inedo.com/topic/2948/npm-connector-returns-plus-in-versions
Metadata
Metadata
Assignees
Labels
No labels