Socket
Socket
Sign inDemoInstall

remark-preset-davidtheclark

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-preset-davidtheclark - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

1

index.js

@@ -19,2 +19,3 @@ exports.settings = {

require('remark-lint-no-tabs'),
require('remark-lint-no-undefined-references'),
];

3

package.json
{
"name": "remark-preset-davidtheclark",
"version": "0.6.0",
"version": "0.7.0",
"description": "My remark preset, for keeping Markdown documentation tidy",

@@ -35,2 +35,3 @@ "main": "index.js",

"remark-lint-no-tabs": "^1.0.1",
"remark-lint-no-undefined-references": "^1.0.1",
"remark-toc": "^4.0.1",

@@ -37,0 +38,0 @@ "remark-validate-links": "^7.0.0"

@@ -7,2 +7,3 @@ 'use strict';

// Adjust this as needed to test whatever linting rule you want to test.
const md = `

@@ -18,2 +19,6 @@ # Here is some MD #

> two
[refless]
[refless]: /foo/bar
`;

@@ -20,0 +25,0 @@

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