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

@mdit-vue/plugin-title

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.7.1 to 0.8.0

14

dist/index.d.ts
import { PluginSimple } from 'markdown-it';
/**
* Get markdown page title info
*
* Extract it to env
*/
declare const titlePlugin: PluginSimple;
declare module '@mdit-vue/types' {

@@ -12,9 +19,2 @@ interface MarkdownItEnv {

/**
* Get markdown page title info
*
* Extract it to env
*/
declare const titlePlugin: PluginSimple;
export { titlePlugin };
{
"name": "@mdit-vue/plugin-title",
"version": "0.7.1",
"version": "0.8.0",
"description": "A markdown-it plugin to get markdown page title",

@@ -40,4 +40,4 @@ "keywords": [

"dependencies": {
"@mdit-vue/shared": "0.7.1",
"@mdit-vue/types": "0.7.1",
"@mdit-vue/shared": "0.8.0",
"@mdit-vue/types": "0.8.0",
"@types/markdown-it": "^12.2.3",

@@ -56,3 +56,3 @@ "markdown-it": "^13.0.1"

},
"gitHead": "b4b8bc6c054ea2dd9ad9ec7a37a58b5a2147b2bd"
"gitHead": "7fd357a18b8bcc347cf17e2e78da3b3ed4242e58"
}
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