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.0 to 3.0.1

2

index.d.ts

@@ -5,3 +5,3 @@ export default remarkLintMaximumLineLength

export type Options = number
declare const remarkLintMaximumLineLength: import('unified-lint-rule/node_modules/unified').Plugin<
declare const remarkLintMaximumLineLength: import('unified').Plugin<
| void[]

@@ -8,0 +8,0 @@ | [number | 'warn' | 'on' | 'off' | 'error' | undefined]

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

@@ -14,3 +14,7 @@ "license": "MIT",

],
"repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-maximum-line-length",
"repository": {
"type": "git",
"url": "https://github.com/remarkjs/remark-lint",
"directory": "packages/remark-lint-maximum-line-length"
},
"bugs": "https://github.com/remarkjs/remark-lint/issues",

@@ -17,0 +21,0 @@ "funding": {

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