Socket
Socket
Sign inDemoInstall

remark-lint

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-lint - npm Package Compare versions

Comparing version 5.4.0 to 6.0.0

23

index.js

@@ -1,13 +0,16 @@

/**
* @author Titus Wormer
* @copyright 2015 Titus Wormer
* @license MIT
* @module remark:lint
* @fileoverview Lint markdown with remark.
*/
'use strict';
/* eslint-env commonjs */
var control = require('remark-message-control');
module.exports = require('./lib');
module.exports = lint;
/* remark-lint. This adds support for ignoring stuff from
* messages (`<!--lint ignore-->`).
* All rules are in their own packages and presets. */
function lint() {
this.use(lintMessageControl);
}
function lintMessageControl() {
return control({name: 'lint', source: 'remark-lint'});
}
{
"name": "remark-lint",
"version": "5.4.0",
"version": "6.0.0",
"description": "Lint markdown with remark",

@@ -29,20 +29,8 @@ "license": "MIT",

"files": [
"index.js",
"lib/"
"index.js"
],
"dependencies": {
"decamelize": "^1.0.0",
"load-plugin": "^2.0.0",
"mdast-util-heading-style": "^1.0.0",
"mdast-util-to-string": "^1.0.0",
"plur": "^2.0.0",
"remark-message-control": "^2.0.0",
"trough": "^1.0.0",
"unist-util-generated": "^1.1.0",
"unist-util-position": "^3.0.0",
"unist-util-visit": "^1.0.0",
"vfile-location": "^2.0.0",
"vfile-sort": "^2.0.0",
"wrapped": "^1.0.1"
}
"remark-message-control": "^4.0.0"
},
"xo": false
}
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