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 2.0.0 to 2.1.0

4

dist/index.d.ts

@@ -1,2 +0,2 @@

import MarkdownIt from 'markdown-it';
import { PluginSimple } from 'markdown-it';

@@ -8,3 +8,3 @@ /**

*/
declare const titlePlugin: MarkdownIt.PluginSimple;
declare const titlePlugin: PluginSimple;

@@ -11,0 +11,0 @@ declare module '@mdit-vue/types' {

{
"name": "@mdit-vue/plugin-title",
"version": "2.0.0",
"version": "2.1.0",
"description": "A markdown-it plugin to get markdown page title",

@@ -45,9 +45,9 @@ "keywords": [

"dependencies": {
"@mdit-vue/shared": "2.0.0",
"@mdit-vue/types": "2.0.0",
"@types/markdown-it": "^13.0.7",
"markdown-it": "^14.0.0"
"@mdit-vue/shared": "2.1.0",
"@mdit-vue/types": "2.1.0",
"@types/markdown-it": "^14.0.0",
"markdown-it": "^14.1.0"
},
"devDependencies": {
"@types/markdown-it-emoji": "^2.0.4",
"@types/markdown-it-emoji": "^2.0.5",
"markdown-it-emoji": "^3.0.0"

@@ -58,3 +58,3 @@ },

},
"gitHead": "25e4e00fdd43d7437b846c6adcc7e0b33c50281d"
"gitHead": "1d481f8238b3b0d5687e62e009e57ccacfc4a442"
}

@@ -19,5 +19,5 @@ # @mdit-vue/plugin-title

```ts
import MarkdownIt from 'markdown-it';
import { titlePlugin } from '@mdit-vue/plugin-title';
import type { MarkdownItEnv } from '@mdit-vue/types';
import MarkdownIt from 'markdown-it';

@@ -24,0 +24,0 @@ const md = MarkdownIt({ html: true }).use(titlePlugin);

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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