Gathering detailed insights and metrics for @jd-carroll/gatsby-remark-external-links
Gathering detailed insights and metrics for @jd-carroll/gatsby-remark-external-links
Gathering detailed insights and metrics for @jd-carroll/gatsby-remark-external-links
Gathering detailed insights and metrics for @jd-carroll/gatsby-remark-external-links
Adds the target and rel attributes to external links in markdown.
npm install @jd-carroll/gatsby-remark-external-links
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
14 Commits
3 Branches
1 Contributors
Updated on Oct 09, 2024
Latest Version
0.1.0
Package Id
@jd-carroll/gatsby-remark-external-links@0.1.0
Unpacked Size
3.73 kB
Size
1.95 kB
File Count
4
NPM Version
5.6.0
Node Version
8.9.4
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
2
Adds the target and rel attributes to external links in markdown.
This is a gatsby port of the remark-external-links remark plugin.
1yarn add gatsby-remark-external-links
gatsby-config.js
:1 plugins: [ 2 { 3 resolve: `gatsby-transformer-remark`, 4 options: { 5 plugins: [ 6 { 7 resolve: "gatsby-remark-external-links", 8 options: { 9 target: "_self", 10 rel: "nofollow" 11 } 12 } 13 ] 14 } 15 },
Type: string
Default: _blank
Specifies where to display the linked URL.
The value should be on of : _self
, _blank
, _parent
, _top
You can specify null
to not add the target
attribute to your links
Type: string
Default: nofollow noopener noreferrer
Specifies the relationship of the target object to the link object. The value is a space-separated list of link types.
You can specify null
to not add the rel
attribute to your links
MIT
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/14 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
72 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More