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

remark-external-links

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-external-links - npm Package Compare versions

Comparing version 9.0.1 to 10.0.0

83

package.json
{
"bugs": "https://github.com/remarkjs/remark-external-links/issues",
"name": "remark-external-links",
"version": "9.0.1",
"description": "Legacy remark plugin to automatically add target and rel attributes to external links — please use `rehype-external-links`",
"license": "MIT",
"keywords": [],
"repository": "remarkjs/remark-external-links",
"bugs": "https://github.com/remarkjs/remark-external-links/issues",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"author": "Cédric Delpoux <xuopled@gmail.com>",
"contributors": [
"Cédric Delpoux <xuopled@gmail.com>",
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"Merlijn Vos <merlijn@soverin.net>",
"Takayosi Amagi <fand.gmork@gmail.com>",
"Zach Schnackel <info@zslabs.com>",
"Tsuyusato Kitsune <make.just.on@gmail.com>",
"Matsuko Friedland <info@matsuko.ca>"
],
"sideEffects": false,
"type": "module",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.d.ts",
"index.js"
],
"dependencies": {
"@types/hast": "^2.3.2",
"@types/mdast": "^3.0.0",
"extend": "^3.0.0",
"is-absolute-url": "^4.0.0",
"mdast-util-definitions": "^5.0.0",
"space-separated-tokens": "^2.0.0",
"unified": "^10.0.0",
"unist-util-visit": "^4.0.0"
},
"devDependencies": {
"@types/extend": "^3.0.1",
"@types/tape": "^4.0.0",
"c8": "^7.0.0",
"prettier": "^2.0.0",
"remark": "^14.0.0",
"remark-cli": "^10.0.0",
"remark-html": "^14.0.0",
"remark-preset-wooorm": "^9.0.0",
"rimraf": "^3.0.0",
"tape": "^5.0.0",
"type-coverage": "^2.0.0",
"typescript": "^4.0.0",
"xo": "^0.44.0"
},
"scripts": {
"build": "rimraf \"*.d.ts\" && tsc && type-coverage",
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
"test-api": "node --conditions development test.js",
"test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov npm run test-api",
"test": "npm run build && npm run format && npm run test-coverage"
},
"prettier": {
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"bracketSpacing": false,
"semi": false,
"trailingComma": "none"
},
"xo": {
"prettier": true
},
"remarkConfig": {
"plugins": [
"preset-wooorm"
]
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
"version": "10.0.0"
}
# remark-external-links
**Stability: Legacy**.
This package is no longer recommended for use.
It’s still covered by semantic-versioning guarantees and not yet deprecated,
but use of this package should be avoided.
Deprecated: this package is no longer maintained.
Please use `remark-rehype` to move from remark (markdown) to rehype (HTML)

@@ -11,15 +8,6 @@ and then replace `remark-external-links` with

Legacy [documentation for this package](https://github.com/remarkjs/remark-external-links/tree/307f8dc)
is still available in Git.
[Git][] is still intact and previous versions can still be used without warnings.
## License
[git]: https://github.com/remarkjs/remark-external-links/tree/11bfaea
[MIT][license] © [Cédric Delpoux][author]
<!-- Definitions -->
[license]: license
[author]: https://xuopled.netlify.com
[rehype-external-links]: https://github.com/rehypejs/rehype-external-links
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