OP-Engineering / link-preview-js

⛓ Extract web links information: title, description, images, videos, etc. [via OpenGraph], runs on mobiles and node.
MIT License
770 stars 124 forks source link

Update dependencies and fix URL resolution #147

Closed charliemr99 closed 10 months ago

charliemr99 commented 10 months ago

This pull request updates the dependencies of the project and fixes the URL resolution issue in the code.

ospfranco commented 10 months ago

I haven't taken a look in a while but if I recall correctly the URL api is a browser API and is not available on node environments and react native. just FYI, that's why I did not migrate away, to keep the package as compatible as possible.

Also, bare in mind that running this from the client poses its own risks and problems.

good luck with the fork