OverZealous / cdnizer

Node module for replacing local links with CDN links, includes fallbacks and customization
MIT License
52 stars 24 forks source link

Npm audit fixes #32

Closed OverZealous closed 5 years ago

OverZealous commented 5 years ago

Fixes issues due to npm audit findings

I couldn't fix the semver issue inside jsdeliver-cdn-data easily, so I left it. It shouldn't affect anything anyway. I've thought about making the 3 CDN-data packages optional, but don't feel like digging into it right now.

Removed CLI because it has no tests and I spent too long fixing it anyway.

Closes #31