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

@mdit-vue/plugin-component

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.8.1 to 0.9.0

3

dist/index.d.ts

@@ -24,4 +24,3 @@ import { PluginWithOptions } from 'markdown-it';

/**
* Replacing the default htmlBlock rule to allow using custom components
* in markdown
* Allows better use of Vue components in Markdown
*/

@@ -28,0 +27,0 @@ declare const componentPlugin: PluginWithOptions<ComponentPluginOptions>;

{
"name": "@mdit-vue/plugin-component",
"version": "0.8.1",
"version": "0.9.0",
"description": "A markdown-it plugin to allow vue components in markdown",

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

"unbuild": "^0.7.6",
"vitest": "^0.18.1"
"vitest": "^0.19.1"
},

@@ -53,3 +53,3 @@ "publishConfig": {

},
"gitHead": "b0b6048f30c29b9533c034832f116f74c94bef52"
"gitHead": "4279fc7ac1db0b585ffb395f55a07038af2a7263"
}

@@ -8,5 +8,4 @@ # @mdit-vue/plugin-component

- Treat [vue built-in components](https://vuejs.org/api/built-in-components.html) and unknown HTML tags as vue components (markdown-it would treat them as inline tags by default).
- Allow vue [`@` directive](https://vuejs.org/api/built-in-directives.html#v-on) on native HTML tags.
- With full tests.
- Treats [vue built-in components](https://vuejs.org/api/built-in-components.html) and unknown HTML tags as vue components (markdown-it would treat them as inline tags by default).
- Allows vue [`@` directive](https://vuejs.org/api/built-in-directives.html#v-on) on native HTML tags.

@@ -13,0 +12,0 @@ ## Install

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