itsthatguy / avatars-api-middleware

The express middleware for our avatars service
http://avatars.adorable.io
Other
749 stars 96 forks source link

Add module.exports for commonJS users #88

Closed rylnd closed 5 years ago

rylnd commented 5 years ago

Addresses #86. This only adds compatibility; if in the future we decide we don't need it, we can simply remove the plugin and publish a new version.

Since github was yelling at me, this also updates a bunch of dependencies (supertest was the only potentially breaking change) to address security vulnerabilities.