Socket
Socket
Sign inDemoInstall

remark-lint-no-trailing-spaces

Package Overview
Dependencies
4
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0 to 2.0.0

10

index.js

@@ -1,3 +0,7 @@

var visit = require('unist-util-visit');
'use strict';
var rule = require('unified-lint-rule');
module.exports = rule('remark-lint:no-trailing-spaces', noTrailingSpaces);
/**

@@ -23,5 +27,1 @@ * Lines that are just space characters are not present in

}
module.exports = {
'no-trailing-spaces': noTrailingSpaces
};
# Heading level 1
Some text withXXXXXXXXXXXXX *YYYYYYYYYstrong* ZZZZZZZZZstuff.
Some text withXXXXXXXXXXXXX *YYYYYYYYYstrong* ZZZZZZZZZstuff.

@@ -5,0 +5,0 @@ - A list item

{
"name": "remark-lint-no-trailing-spaces",
"version": "1.3.0",
"author": "Jonathan Verrecchia - @verekia",
"version": "2.0.0",
"author": "@evilebottnawi - @verekia",
"repository": "verekia/remark-lint-no-trailing-spaces",
"license": "MIT",
"dependencies": {
"unist-util-visit": "^1.1.1"
"unified-lint-rule": "^1.0.2"
},

@@ -14,5 +14,5 @@ "scripts": {

"devDependencies": {
"remark-cli": "^2.1.0",
"remark-lint": "^5.2.0"
"remark-cli": "^4.0.0",
"remark-lint": "^6.0.1"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc