How did I get 111 npm downloads already?

Viewed 819

So 2 days ago I published my first npm package
A simple library to trim and join audio files.
https://www.npmjs.com/package/aviatojs\ The weird thing is I already got 111 downloads somehow. I havent shared this package with anyone
Neither have I documented anything. The readme is literally blank
.
could this be a mistake??

2 Answers

This is something which occurs pretty often when you upload packages to npm.

One week ago I also pushed a simple project to npm and it got 1.5k downloads in a week.

I do not think this means that 111 people have downloaded your package, but better be safe than sorry.

You should fill up the readme just to be safe.

Related