🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

@types/markdown-it-footnote

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/markdown-it-footnote - npm Package Compare versions

Comparing version
3.0.1
to
3.0.2
+0
-5
markdown-it-footnote/index.d.ts

@@ -1,8 +0,3 @@

// Type definitions for markdown-it-footnote 3.0
// Project: https://github.com/markdown-it/markdown-it-footnote
// Definitions by: Leon Si <https://github.com/leondreamed>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import MarkdownIt = require("markdown-it");
declare function footnote_plugin(md: MarkdownIt): void;
export = footnote_plugin;
+4
-4
{
"name": "@types/markdown-it-footnote",
"version": "3.0.1",
"version": "3.0.2",
"description": "TypeScript definitions for markdown-it-footnote",

@@ -10,4 +10,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/markdown-it-footnote",

"name": "Leon Si",
"url": "https://github.com/leondreamed",
"githubUsername": "leondreamed"
"githubUsername": "leondreamed",
"url": "https://github.com/leondreamed"
}

@@ -26,4 +26,4 @@ ],

},
"typesPublisherContentHash": "5d43fed479b64eaceb95548911f433efa6b610e819924444ecf8aaef10793a0e",
"typesPublisherContentHash": "b7faa37ed94c14b8b13728a864ed13b42f75159427107e9aa4b10fadc8c8f3b9",
"typeScriptVersion": "4.5"
}

@@ -11,7 +11,2 @@ # Installation

````ts
// Type definitions for markdown-it-footnote 3.0
// Project: https://github.com/markdown-it/markdown-it-footnote
// Definitions by: Leon Si <https://github.com/leondreamed>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import MarkdownIt = require("markdown-it");

@@ -24,7 +19,6 @@ declare function footnote_plugin(md: MarkdownIt): void;

### Additional Details
* Last updated: Wed, 27 Sep 2023 09:42:15 GMT
* Last updated: Wed, 18 Oct 2023 05:47:08 GMT
* Dependencies: [@types/markdown-it](https://npmjs.com/package/@types/markdown-it)
* Global values: none
# Credits
These definitions were written by [Leon Si](https://github.com/leondreamed).