Socket
Socket
Sign inDemoInstall

remark-external-links

Package Overview
Dependencies
4
Maintainers
14
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

2

index.js

@@ -29,3 +29,3 @@ var visit = require('unist-util-visit')

if (!relative.test(node.url)) {
if (node.url.charAt(0) !== '#' && !relative.test(node.url)) {
data = node.data || (node.data = {})

@@ -32,0 +32,0 @@ props = data.hProperties || (data.hProperties = {})

{
"name": "remark-external-links",
"version": "3.0.0",
"version": "3.0.1",
"description": "Automatically adds the target and rel attributes to external links",

@@ -18,3 +18,4 @@ "license": "MIT",

"Cédric Delpoux <xuopled@gmail.com>",
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
"Merlijn Vos <merlijn@soverin.net>"
],

@@ -29,9 +30,9 @@ "files": [

"devDependencies": {
"jest": "~23.5.0",
"jest": "^23.6.0",
"prettier": "^1.14.2",
"remark": "~9.0.0",
"remark-cli": "^5.0.0",
"remark-html": "~8.0.0",
"remark": "^10.0.0",
"remark-cli": "^6.0.0",
"remark-html": "^8.0.0",
"remark-preset-wooorm": "^4.0.0",
"xo": "^0.22.0"
"xo": "^0.23.0"
},

@@ -38,0 +39,0 @@ "scripts": {

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