Socket
Socket
Sign inDemoInstall

@types/markdown-it

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/markdown-it - npm Package Compare versions

Comparing version 13.0.7 to 14.0.0

markdown-it/dist/index.cjs.d.ts

4

markdown-it/index.d.ts

@@ -1,5 +0,5 @@

import MarkdownIt = require("./lib");
import MarkdownIt = require("./dist/index.cjs");
export as namespace markdownit;
export as namespace Markdownit;
export = MarkdownIt;
{
"name": "@types/markdown-it",
"version": "13.0.7",
"version": "14.0.0",
"description": "TypeScript definitions for markdown-it",

@@ -31,2 +31,13 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/markdown-it",

"types": "index.d.ts",
"exports": {
".": {
"import": "./index.d.mts",
"require": "./dist/index.cjs.d.ts"
},
"./*": {
"require": "./*",
"import": "./*"
},
"./package.json": "./package.json"
},
"repository": {

@@ -42,4 +53,4 @@ "type": "git",

},
"typesPublisherContentHash": "8aefcc9fca90cd17f6da65e923957f28342942d6fb1c1e4b01d284daa7c4c058",
"typeScriptVersion": "4.5"
"typesPublisherContentHash": "5167c698be0cec480bf4ae8ca547739eb3d7d604679441e414d22a0c83d8e877",
"typeScriptVersion": "4.7"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT
* Last updated: Fri, 05 Apr 2024 21:36:06 GMT
* Dependencies: [@types/linkify-it](https://npmjs.com/package/@types/linkify-it), [@types/mdurl](https://npmjs.com/package/@types/mdurl)

@@ -14,0 +14,0 @@

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