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

@mdit-vue/plugin-sfc

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-sfc - 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 { PluginWithOptions } from 'markdown-it';

@@ -86,3 +86,3 @@ declare const TAG_NAME_SCRIPT = "script";

*/
declare const sfcPlugin: MarkdownIt.PluginWithOptions<SfcPluginOptions>;
declare const sfcPlugin: PluginWithOptions<SfcPluginOptions>;

@@ -89,0 +89,0 @@ declare const SCRIPT_SETUP_TAG_OPEN_REGEXP: RegExp;

{
"name": "@mdit-vue/plugin-sfc",
"version": "2.0.0",
"version": "2.1.0",
"description": "A markdown-it plugin to help transforming markdown tu vue sfc",

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

"dependencies": {
"@mdit-vue/types": "2.0.0",
"@types/markdown-it": "^13.0.7",
"markdown-it": "^14.0.0"
"@mdit-vue/types": "2.1.0",
"@types/markdown-it": "^14.0.0",
"markdown-it": "^14.1.0"
},

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

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

@@ -23,5 +23,5 @@ # @mdit-vue/plugin-sfc

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

@@ -28,0 +28,0 @@ const md = MarkdownIt({ html: true }).use(sfcPlugin, {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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