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

remark-lint-maximum-line-length

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-lint-maximum-line-length - npm Package Compare versions

Comparing version 3.0.1 to 3.1.0

2

index.d.ts

@@ -11,4 +11,4 @@ export default remarkLintMaximumLineLength

| boolean
| import('unified-lint-rule').Severity
| import('unified-lint-rule').Label
| import('unified-lint-rule').Severity
),

@@ -15,0 +15,0 @@ number | undefined

@@ -111,3 +111,6 @@ /**

const remarkLintMaximumLineLength = lintRule(
'remark-lint:maximum-line-length',
{
origin: 'remark-lint:maximum-line-length',
url: 'https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-maximum-line-length#readme'
},
/** @type {import('unified-lint-rule').Rule<Root, Options>} */

@@ -114,0 +117,0 @@ (tree, file, option = 80) => {

{
"name": "remark-lint-maximum-line-length",
"version": "3.0.1",
"version": "3.1.0",
"description": "remark-lint rule to warn when lines are too long",

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

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