laurengarcia / url-metadata

NPM module: Request a url and scrape the metadata from its HTML using Node.js or the browser.
https://www.npmjs.com/package/url-metadata
MIT License
166 stars 43 forks source link

Version 3.0 #55

Closed laurengarcia closed 1 year ago

laurengarcia commented 1 year ago

Items not checked will be added in later versions.

[X] remove package-lock.json [X] remove deprecated sourceMap option [X] audit deps for licensing issues [X] update all deps [X] remove deps: request, q, etc libs

[X] add test framework to examples [X] break out example/decode.js japanese decoding into own file [X] set package.json types prop to index.d.ts [X] simplify index.d.ts [X] husky pre-commit hook runs linter, tests example code

[ ] add template for issues that includes steps to reproduce bugs [ ] add github actions that test library automatically