Skip to content
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

Why does npm still show 0.6.1 as latest? #27

Closed
jednano opened this issue Sep 17, 2014 · 2 comments
Closed

Why does npm still show 0.6.1 as latest? #27

jednano opened this issue Sep 17, 2014 · 2 comments

Comments

@jednano
Copy link

jednano commented Sep 17, 2014

Why does npm still show 0.6.1 as latest when there are clearly 1.1.1 releases? I believe this is contributory to my project, blink, showing an out-of-date dependencies Gemnasium badge.

Dependency Status

This is because one of my dependencies gulp-util depends on through2@^0.6.1. I submitted gulpjs/gulp-util#66 as well, but it would help to see a changelog or release notes of some kind as to the changes between 0.6.1 and 1.1.1.

blink-gemnasium

@rvagg
Copy link
Owner

rvagg commented Sep 18, 2014

Currently the 1.x.x stream is reserved for a stream3 implementation, based on readable-stream@1.1.x which in turn comes from Node core 0.11. I wouldn't recommend relying on it which is why it isn't @latest yet but streams3 has stabilised so there shouldn't be any great problem with it. Just understand that they work a little differently is you must use it.

@jednano
Copy link
Author

jednano commented Sep 18, 2014

Thanks @rvagg it looks like Gemnasium needs to be more accurate then, perhaps, with how they detect what is and is not up-to-date.

@jednano jednano closed this as completed Sep 18, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants