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

markdown-it-directive

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markdown-it-directive - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

8

index.d.ts

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

import DefaultMarkdownIt from 'markdown-it';
import DefaultMarkdownIt, {PluginSimple} from 'markdown-it';
import * as StateInline from 'markdown-it/lib/rules_inline/state_inline';

@@ -31,4 +31,4 @@ import * as StateBlock from 'markdown-it/lib/rules_block/state_block';

}
type InlineHandler = (args: Partial<DirectiveInlineHandlerArgs>) => boolean | void;
type BlockHandler = (args: Partial<DirectiveBlockHandlerArgs>) => boolean | void;
type InlineHandler = (args: DirectiveInlineHandlerArgs) => boolean | void;
type BlockHandler = (args: DirectiveBlockHandlerArgs) => boolean | void;

@@ -55,4 +55,4 @@ export type DirectiveInlineHandler = InlineHandler;

declare function load(md: MarkdownIt): void;
declare function load(): PluginSimple;
export default load;
{
"name": "markdown-it-directive",
"version": "2.0.1",
"version": "2.0.2",
"description": "Directive extension for markdown-it markdown parser.",

@@ -5,0 +5,0 @@ "main": "index.js",

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