Skip to content
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.

Empty repo list from replicate.npmjs.com since Jun 22 fix #357

Open
fredck opened this issue Jun 25, 2018 · 0 comments
Open

Empty repo list from replicate.npmjs.com since Jun 22 fix #357

fredck opened this issue Jun 25, 2018 · 0 comments

Comments

@fredck
Copy link

fredck commented Jun 25, 2018

Since the recent incident fix from Jun 22, replicate.npmjs.com is not returning the list of repos of a user.

We use npm-stats to retrieve statistics for our repos for analytics purpose. As most of our repos, under the user ckeditor, are scoped, we point to the replicate.npmjs.com registry because, until the incident, it was the only returning scoped repos.

Now, after the incident fix, no repos are returned anymore.

The code we use for it is similar to the following:

const registry = require('npm-stats')( 'https://replicate.npmjs.com/' );

registry.user( 'ckeditor' ).list( function ( err, packages ) {
	console.log( packages );
} );
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant