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.9.0 to 0.10.0

1

index.js

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

exports.plugins = [
require('remark-frontmatter'),
require('remark-validate-links'),

@@ -12,0 +13,0 @@ [require('remark-toc'), { maxDepth: 3, tight: true }],

3

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

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

"remark-cli": "^6.0.1",
"remark-frontmatter": "^1.3.1",
"remark-lint-blockquote-indentation": "^1.0.2",

@@ -31,0 +32,0 @@ "remark-lint-file-extension": "^1.0.2",

@@ -9,2 +9,6 @@ 'use strict';

const md = `
---
front: matter
---
# Here is some MD #

@@ -11,0 +15,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