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.0.1 to 5.1.0

6

lib/rules/no-file-name-articles.js

@@ -19,2 +19,6 @@ /**

*
* @example {"name": "teh-title.md", "label": "output", "config": {"positionless": true}}
*
* 1:1: Do not start file names with `teh`
*
* @example {"name": "an-article.md", "label": "output", "config": {"positionless": true}}

@@ -37,3 +41,3 @@ *

function noFileNameArticles(ast, file) {
var match = file.stem && file.stem.match(/^(the|an?)\b/i);
var match = file.stem && file.stem.match(/^(the|teh|an?)\b/i);

@@ -40,0 +44,0 @@ if (match) {

2

package.json
{
"name": "remark-lint",
"version": "5.0.1",
"version": "5.1.0",
"description": "Lint markdown with remark",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -19,3 +19,3 @@ # ![remark][logo]

[logo]: https://cdn.rawgit.com/wooorm/remark-lint/master/logo.svg
[logo]: https://cdn.rawgit.com/wooorm/remark-lint/b177ac6/logo.svg

@@ -22,0 +22,0 @@ [build-badge]: https://img.shields.io/travis/wooorm/remark-lint.svg

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