react-external-link
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -5,4 +5,5 @@ import { FunctionComponent, ReactNode } from 'react'; | ||
children?: ReactNode; | ||
[rest: string]: any; | ||
} | ||
declare const ExternalLink: FunctionComponent<ExternalLinkProps>; | ||
export default ExternalLink; |
{ | ||
"name": "react-external-link", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "dist/index.cjs.js", | ||
@@ -15,3 +15,10 @@ "module": "dist/index.esm.js", | ||
}, | ||
"keywords": ["react", "link", "external", "target", "noopener", "noreferrer"], | ||
"keywords": [ | ||
"react", | ||
"link", | ||
"external", | ||
"target", | ||
"noopener", | ||
"noreferrer" | ||
], | ||
"license": "MIT", | ||
@@ -18,0 +25,0 @@ "types": "dist/index.d.ts", |
# React External Link | ||
[![Paypal Donate](https://img.shields.io/badge/Donate-paypal-blue.svg?style=flat-square&logo=paypal&colorA=cccccc)](https://acel.me/donate) | ||
This library provides a simple `ExternalLink` component for [react](https://es.reactjs.org/) which can be used to render `a` tags with both `target="_blank"` and `rel="noopener noreferrer"` attributes. | ||
@@ -7,3 +9,3 @@ | ||
Using npm: `npm istall react-external-link --save` | ||
Using npm: `npm install react-external-link --save` | ||
@@ -10,0 +12,0 @@ Using yarn: `yarn add react-external-link` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8459
91
56