Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-external-link

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-external-link - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

1

dist/ExternalLink.d.ts

@@ -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",

4

README.md
# 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`

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc