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

@mdit-vue/plugin-frontmatter

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mdit-vue/plugin-frontmatter - npm Package Compare versions

Comparing version 0.11.0 to 0.11.1

8

dist/index.d.ts

@@ -1,5 +0,5 @@

import { PluginWithOptions } from 'markdown-it';
import { GrayMatterOption } from 'gray-matter';
import MarkdownIt from 'markdown-it';
import matter from 'gray-matter';
declare type GrayMatterOptions = GrayMatterOption<string, GrayMatterOptions>;
declare type GrayMatterOptions = matter.GrayMatterOption<string, GrayMatterOptions>;
/**

@@ -47,4 +47,4 @@ * Options of @mdit-vue/plugin-frontmatter

*/
declare const frontmatterPlugin: PluginWithOptions<FrontmatterPluginOptions>;
declare const frontmatterPlugin: MarkdownIt.PluginWithOptions<FrontmatterPluginOptions>;
export { FrontmatterPluginOptions, frontmatterPlugin };
{
"name": "@mdit-vue/plugin-frontmatter",
"version": "0.11.0",
"version": "0.11.1",
"description": "A markdown-it plugin to get markdown frontmatter",

@@ -49,3 +49,3 @@ "keywords": [

},
"gitHead": "6e4f18dacc06e0aa5d3108df8925f6b0aa885150"
"gitHead": "98828479d07c7bc52d178a00cdb92c166eff09ee"
}
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