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

Unpublished plugins in plugin list #15

Closed
Gared opened this issue Jan 18, 2015 · 7 comments · Fixed by #16
Closed

Unpublished plugins in plugin list #15

Gared opened this issue Jan 18, 2015 · 7 comments · Fixed by #16
Labels

Comments

@Gared
Copy link
Member

Gared commented Jan 18, 2015

In the search results of tools/getPlugin.js you get a list of all plugins beginning with "ep_".
Also those ones that are marked as deprecated or already unpublished.
I haven't found any way to get these informations from npm. The only difference between published and unpublished plugins is the missing description.
Any ideas to fix this problem?

@Gared Gared added the bug label Jan 18, 2015
@JohnMcLear
Copy link
Member

if(module.description === "") return ?

@Gared
Copy link
Member Author

Gared commented Jan 18, 2015

This would be a workaround we could try if there is no better way for that...

@JohnMcLear
Copy link
Member

npm shouldn't be showing unpublished modules in it's search results, I guess that's an upstream bug?

@JohnMcLear
Copy link
Member

npm/npm#4848

@JohnMcLear
Copy link
Member

It's kinda funny, no one on the npm team actually seems to want to deal with the problems surrounding search. They really need to hire someone who can figure out a decent solution for them.. It's been "broken" for quite a few years now. I might bump Matt about it to see if he can throw some weight at it

@Gared
Copy link
Member Author

Gared commented Jan 18, 2015

If npm don't want to change something we have to find a better way to handle our plugins...

@JohnMcLear
Copy link
Member

Yea for now a if(description === "") will be fine.. All ep_ plugins are published w/ descriptions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants