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 6.0.1 to 6.0.2

10

index.js

@@ -1,6 +0,6 @@

'use strict';
'use strict'
var control = require('remark-message-control');
var control = require('remark-message-control')
module.exports = lint;
module.exports = lint

@@ -11,7 +11,7 @@ /* `remark-lint`. This adds support for ignoring stuff from

function lint() {
this.use(lintMessageControl);
this.use(lintMessageControl)
}
function lintMessageControl() {
return control({name: 'lint', source: 'remark-lint'});
return control({name: 'lint', source: 'remark-lint'})
}
{
"name": "remark-lint",
"version": "6.0.1",
"version": "6.0.2",
"description": "Lint markdown with remark",

@@ -12,17 +12,7 @@ "license": "MIT",

],
"repository": "https://github.com/wooorm/remark-lint/tree/master/packages/remark-lint",
"bugs": "https://github.com/wooorm/remark-lint/issues",
"repository": "https://github.com/remarkjs/remark-lint/tree/master/packages/remark-lint",
"bugs": "https://github.com/remarkjs/remark-lint/issues",
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
"Stephan Schneider <stephanschndr@gmail.com>",
"Ben Balter <ben.balter@github.com>",
"Danny Arnold <despair.blue@gmail.com>",
"Tony Brix <tony@brix.ninja>",
"Michael Mior <michael.mior@gmail.com>",
"Patrick Gilday <pcgilday@gmail.com>",
"Yoshua Wuyts <yoshuawuyts@gmail.com>",
"YJ Yang <chcokr@gmail.com>",
"Сковорода Никита Андреевич <chalkerx@gmail.com>",
"Burak Yiğit Kaya <ben@byk.im>"
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
],

@@ -29,0 +19,0 @@ "files": [

@@ -27,26 +27,26 @@ # ![remark-lint][logo]

[logo]: https://cdn.rawgit.com/wooorm/remark-lint/b177ac6/logo.svg
[logo]: https://cdn.rawgit.com/remarkjs/remark-lint/b177ac6/logo.svg
[build-badge]: https://img.shields.io/travis/wooorm/remark-lint.svg
[build-badge]: https://img.shields.io/travis/remarkjs/remark-lint.svg
[build-status]: https://travis-ci.org/wooorm/remark-lint
[build-status]: https://travis-ci.org/remarkjs/remark-lint
[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/remark-lint.svg
[coverage-badge]: https://img.shields.io/codecov/c/github/remarkjs/remark-lint.svg
[coverage-status]: https://codecov.io/github/wooorm/remark-lint
[coverage-status]: https://codecov.io/github/remarkjs/remark-lint
[chat-badge]: https://img.shields.io/gitter/room/wooorm/remark.svg
[chat-badge]: https://img.shields.io/gitter/room/remarkjs/remark.svg
[chat]: https://gitter.im/wooorm/remark
[chat]: https://gitter.im/remarkjs/remark
[repo]: https://github.com/wooorm/remark-lint#readme
[repo]: https://github.com/remarkjs/remark-lint#readme
[remark]: https://github.com/wooorm/remark
[remark]: https://github.com/remarkjs/remark
[plugins]: https://github.com/wooorm/remark/blob/master/doc/plugins.md
[plugins]: https://github.com/remarkjs/remark/blob/master/doc/plugins.md
[license]: https://github.com/wooorm/remark-lint/blob/master/LICENSE
[license]: https://github.com/remarkjs/remark-lint/blob/master/LICENSE
[author]: http://wooorm.com
[suppres]: https://github.com/wooorm/remark-lint#configuring-remark-lint
[suppres]: https://github.com/remarkjs/remark-lint#configuring-remark-lint
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