You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node.js plugin that analyzes the given link and determines if the URL is internal or external. To ensure accuracy, please include a list of specified hosts that should be marked as internal. This way, the plugin can effectively differentiate between internal and external links based on the provided hosts list.
8
+
JavaScript plugin that analyzes the given link and determines if the URL is internal or external. To ensure accuracy, please include a list of specified hosts that should be marked as internal. This way, the plugin can effectively differentiate between internal and external links based on the provided hosts list.
9
9
10
10
## Install
11
11
@@ -21,10 +21,24 @@ Via Yarn
21
21
yarn add detect-external-link
22
22
```
23
23
24
+
For vanilla HTML in modern browsers, import `detect-external-link` from jsDelivr:
0 commit comments