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 0.9.0 to 0.9.1

17

dist/index.d.ts

@@ -43,2 +43,9 @@ import { PluginWithOptions } from 'markdown-it';

}
interface MarkdownSfcBlocks {
template: SfcBlock | null;
script: SfcBlock | null;
scriptSetup: SfcBlock | null;
styles: SfcBlock[];
customBlocks: SfcBlock[];
}
declare module '@mdit-vue/types' {

@@ -49,9 +56,3 @@ interface MarkdownItEnv {

*/
sfcBlocks?: {
template: SfcBlock | null;
script: SfcBlock | null;
scriptSetup: SfcBlock | null;
styles: SfcBlock[];
customBlocks: SfcBlock[];
};
sfcBlocks?: MarkdownSfcBlocks;
}

@@ -76,2 +77,2 @@ }

export { SCRIPT_SETUP_TAG_OPEN_REGEXP, SfcBlock, SfcPluginOptions, SfcRegExpMatchArray, TAG_NAME_SCRIPT, TAG_NAME_STYLE, TAG_NAME_TEMPLATE, createSfcRegexp, sfcPlugin };
export { MarkdownSfcBlocks, SCRIPT_SETUP_TAG_OPEN_REGEXP, SfcBlock, SfcPluginOptions, SfcRegExpMatchArray, TAG_NAME_SCRIPT, TAG_NAME_STYLE, TAG_NAME_TEMPLATE, createSfcRegexp, sfcPlugin };
{
"name": "@mdit-vue/plugin-sfc",
"version": "0.9.0",
"version": "0.9.1",
"description": "A markdown-it plugin to help transforming markdown tu vue sfc",

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

},
"gitHead": "4279fc7ac1db0b585ffb395f55a07038af2a7263"
"gitHead": "8f7879b6a317cbae2f28d7f5cf563715387f7089"
}
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