Socket
Socket
Sign inDemoInstall

remark-validate-links

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-validate-links - npm Package Compare versions

Comparing version 2.0.0 to 2.0.2

8

history.md

@@ -1,5 +0,11 @@

<!--mdast setext-->
<!--remark setext-->
<!--lint disable no-multiple-toplevel-headings-->
2.0.2 / 2015-12-26
==================
* Refactor to replace mocha with tape ([5b7dcf5](https://github.com/wooorm/remark-validate-links/commit/5b7dcf5))
* Replace internal dependency of mdast > remark ([848dfd4](https://github.com/wooorm/remark-validate-links/commit/848dfd4))
2.0.0 / 2015-12-24

@@ -6,0 +12,0 @@ ==================

6

index.js

@@ -11,2 +11,4 @@ /**

/* eslint-env node */
/*

@@ -270,3 +272,3 @@ * Dependencies.

*
* @return {Function}
* @return {Function} - Gatherer.
*/

@@ -469,3 +471,3 @@ function gatherExposedFactory() {

* @param {FileSet} fileSet - Set of virtual files.
* @return {function(ast, file)}
* @return {function(ast, file)} - Transformer.
*/

@@ -472,0 +474,0 @@ function transformerFactory(project, fileSet) {

{
"name": "remark-validate-links",
"version": "2.0.0",
"version": "2.0.2",
"description": "Validate links to headings and files in markdown",

@@ -33,21 +33,20 @@ "license": "MIT",

"jscs-jsdoc": "^1.0.0",
"mdast": "^3.0.0-alpha.5",
"mdast-comment-config": "^2.0.0-alpha.1",
"mdast-github": "^2.0.0-alpha.1",
"mdast-lint": "^2.0.0-alpha.1",
"mdast-toc": "^1.0.0",
"mocha": "^2.0.0"
"remark": "^3.0.0",
"remark-comment-config": "^2.0.0",
"remark-github": "^2.0.0",
"remark-lint": "^2.0.0",
"remark-toc": "^2.0.0",
"tape": "^4.0.0"
},
"scripts": {
"test-api": "mocha --check-leaks test/index.js",
"test-coverage": "istanbul cover _mocha -- test/index.js",
"test-travis": "npm run test-coverage",
"test": "npm run test-api",
"build-md": "remark . --quiet --frail",
"build": "npm run build-md",
"lint-api": "eslint .",
"lint-style": "jscs --reporter inline .",
"lint": "npm run lint-api && npm run lint-style",
"make": "npm run lint && npm run test-coverage",
"build-md": "mdast . --quiet",
"build": "npm run build-md"
"test-api": "node test/index.js",
"test-coverage": "istanbul cover test/index.js",
"test-travis": "npm run test-coverage",
"test": "npm run build && npm run lint && npm run test-coverage"
}
}
# remark-validate-links [![Build Status](https://img.shields.io/travis/wooorm/remark-validate-links.svg)](https://travis-ci.org/wooorm/remark-validate-links) [![Coverage Status](https://img.shields.io/codecov/c/github/wooorm/remark-validate-links.svg)](https://codecov.io/github/wooorm/remark-validate-links)
> :warning: **mdast is currently being renamed to remark** :warning:
>
> This means all plug-ins and relating projects change too, causing many
> changes across the ecosystem. Expect the dust to settle in roughly a day.
>
> See this project at the previous stable commit
> [c4a51d1](https://github.com/wooorm/remark-github/commit/c4a51d1).
[**remark**](https://github.com/wooorm/remark) plug-in to validate if links to

@@ -12,0 +4,0 @@ headings and files in markdown point to existing things.

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