Socket
Socket
Sign inDemoInstall

remark-external-links

Package Overview
Dependencies
4
Maintainers
13
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 3.0.0

index.js

77

package.json
{
"name": "remark-external-links",
"version": "2.0.0",
"version": "3.0.0",
"description": "Automatically adds the target and rel attributes to external links",
"repository": {
"type": "git",
"url": "git+https://github.com/xuopled/remark-external-links.git"
},
"license": "MIT",
"keywords": [

@@ -16,32 +13,58 @@ "markdown",

],
"repository": "remarkjs/remark-external-links",
"bugs": "https://github.com/remarkjs/remark-external-links/issues",
"author": "Cédric Delpoux <xuopled@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/xuopled/remark-external-links/issues"
},
"homepage": "https://github.com/xuopled/remark-external-links#readme",
"main": "lib/index.js",
"contributors": [
"Cédric Delpoux <xuopled@gmail.com>",
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
],
"files": [
"lib"
"index.js"
],
"scripts": {
"clean": "rm -rf lib",
"build": "babel ./src --out-dir ./lib --ignore /__tests__/",
"lint": "eslint src/",
"prepublish": "npm run clean && npm run build",
"test": "jest"
"dependencies": {
"space-separated-tokens": "^1.1.2",
"unist-util-visit": "^1.4.0"
},
"devDependencies": {
"babel-cli": "~6.22.2",
"babel-eslint": "~7.1.1",
"babel-plugin-transform-object-rest-spread": "~6.22.0",
"babel-preset-es2015": "~6.22.0",
"eslint": "~3.14.0",
"jest": "~18.1.0",
"jest": "~23.5.0",
"prettier": "^1.14.2",
"remark": "~9.0.0",
"remark-html": "~7.0.0"
"remark-cli": "^5.0.0",
"remark-html": "~8.0.0",
"remark-preset-wooorm": "^4.0.0",
"xo": "^0.22.0"
},
"dependencies": {
"unist-util-select": "~1.5.0"
"scripts": {
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
"test-api": "jest",
"test-coverage": "jest --collectCoverage",
"test": "npm run format && npm run test-coverage"
},
"jest": {
"coverageThreshold": {
"global": {
"branches": 100,
"functions": 100,
"lines": 100,
"statements": 100
}
}
},
"prettier": {
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"bracketSpacing": false,
"semi": false,
"trailingComma": "none"
},
"xo": {
"prettier": true,
"esnext": false
},
"remarkConfig": {
"plugins": [
"preset-wooorm"
]
}
}
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