Socket
Socket
Sign inDemoInstall

remark-external-links

Package Overview
Dependencies
6
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 2.0.0

10

CHANGELOG.md

@@ -1,7 +0,11 @@

# 1.0.0 - 2016-01-25
# 2.0.0 - 2018-05-30
* Initial release
* Updated: Make `remark-external-links` compatible with `remark` v9.0.0
# 1.0.1 - 2016-01-26
* Add `unist-util-select` to `npm` dependencies
* Added: `unist-util-select` to `npm` dependencies
# 1.0.0 - 2016-01-25
* Initial release

@@ -19,4 +19,4 @@ "use strict";

function remarkExternalLinks(_) {
var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
function remarkExternalLinks() {
var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};

@@ -23,0 +23,0 @@ return function (ast) {

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

@@ -40,4 +40,4 @@ "repository": {

"jest": "~18.1.0",
"remark": "~6.2.0",
"remark-html": "~5.1.0"
"remark": "~9.0.0",
"remark-html": "~7.0.0"
},

@@ -44,0 +44,0 @@ "dependencies": {

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