Socket
Socket
Sign inDemoInstall

remark-external-links

Package Overview
Dependencies
8
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0 to 7.0.1

4

package.json
{
"name": "remark-external-links",
"version": "7.0.0",
"version": "7.0.1",
"description": "remark plugin to automatically add target and rel attributes to external links",

@@ -46,3 +46,3 @@ "license": "MIT",

"devDependencies": {
"dtslint": "^3.0.0",
"dtslint": "^4.0.0",
"nyc": "^15.0.0",

@@ -49,0 +49,0 @@ "prettier": "^2.0.0",

@@ -30,3 +30,3 @@ // TypeScript Version: 3.4

*/
rel?: string[] | string
rel?: string[] | string | false
/**

@@ -33,0 +33,0 @@ * Protocols to check, such as `mailto` or `tel` (`Array.<string>`, default:

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc