-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please update NPM #106
Comments
There is no mention of any NPM in README. If you want, you can put it on NPM, but the only version, which I am maintaining, is the one here on GitHub. |
@photopea The thing is that it has about 1 000 000 downloads by developers every week. So it is used a lot as depencency by other modules. But everything you fixed in this github repo in last 3 years is still broken there and improvements not applied. https://www.npmjs.com/package/utif ...and I don't know who has access to update it. |
@jardicc could you put the latest UTIF.js onto NPM? I would put UTIF.js on NPM myself, if it could be done through a web browser. I do not want to install some 200MB command line python socket script nonsense, just to upload a 64 kB file to their server. |
I don't think I have access to do that. I wrote e-mail to that person. Otherwise we would need to create separated module and let other devs to know that they can switch to updated code. |
@beetes-juice In the end I made a copy here: https://www.npmjs.com/package/utif2 |
Does I am sure I have previously executed @jardicc @photopea I'm sure you already know but for completeness, you can get |
Could you ask NPM to delete the current version? And then, you can upload a new version? |
That is not how NPM works. There are currently over 1000000 downloads of your package per week... Very impressive. However, NPM will not delete this nor will they delete any older versions as other packages still depend on them. The best way to maintain integrity is for you to gain access (publish rights) to this package (which only @Scimonster can grant) or for @Scimonster to publish an updated version. IMPORTANT NOTE: I notice your package has been updated but the version number inside |
I contacted him via e-mail and got no reply. Therefore I created Utif2 |
After a year I updated UTIF2 again: https://www.npmjs.com/package/utif2 to version 4.1.0 |
Thanks a lot! :) |
Which is the new UTIF repository after the update? The same one as this? |
@jardicc could you update it again? It's been another year and it looks like some bug fixes have shipped |
@hipstersmoothie I think I will once I find a time. One of the change seems to be embedding pako into src file itself. So removing dependency. But otherwise I have no clue what changed... there is no changelog, no commit messages, no versioning. And I think this thing can break it for NodeJS 11ce21f#diff-aa0d4be33d6a5f7da30b7b6e46a90849c7db6a1c262821061b4811e6bb0d7b00L1415 So I have no other option than increment major version to not break it for others. |
Seems like a good move |
Its mentioned in previous issues that you do not use NPM but please find a way to update
Or at least update readme to notify NPM is not maintained/out of date.
The text was updated successfully, but these errors were encountered: