Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

remark-lint-list-item-indent

Package Overview
Dependencies
Maintainers
13
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-lint-list-item-indent - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

index.js

@@ -134,3 +134,3 @@ /**

function visitor(node) {
var loose = node.loose
var spread = node.spread || node.loose

@@ -157,3 +157,3 @@ if (!generated(node)) {

style =
pref === 'tab-size' || (pref === 'mixed' && loose)
pref === 'tab-size' || (pref === 'mixed' && spread)
? Math.ceil(bulletSize / 4) * 4

@@ -160,0 +160,0 @@ : bulletSize + 1

{
"name": "remark-lint-list-item-indent",
"version": "1.0.2",
"version": "1.0.3",
"description": "remark-lint rule to warn when the spacing between a list item’s bullet and its content violates a given style",

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

@@ -227,2 +227,2 @@ <!--This file is generated-->

[MIT](https://github.com/remarkjs/remark-lint/blob/master/LICENSE) © [Titus Wormer](http://wooorm.com)
[MIT](https://github.com/remarkjs/remark-lint/blob/master/license) © [Titus Wormer](http://wooorm.com)
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