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

@types/marked

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/marked - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

2

marked/index.d.ts

@@ -172,3 +172,3 @@ // Type definitions for Marked 3.0

list(this: RendererThis, body: string, ordered: boolean, start: number): string | T;
listitem(this: RendererThis, text: string): string | T;
listitem(this: RendererThis, text: string, task: boolean, checked: boolean): string | T;
checkbox(this: RendererThis, checked: boolean): string | T;

@@ -175,0 +175,0 @@ paragraph(this: RendererThis, text: string): string | T;

{
"name": "@types/marked",
"version": "3.0.1",
"version": "3.0.2",
"description": "TypeScript definitions for Marked",

@@ -68,4 +68,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/marked",

"dependencies": {},
"typesPublisherContentHash": "3cc0a4643ab61bb17028b12710a16175cb6d5f5d8fa04b93f8d80209c5a2730a",
"typesPublisherContentHash": "585c7cbd3bec59b701fa5d6d1e2c74de0a40d43b1112fc4e629c4b8bb46c7133",
"typeScriptVersion": "3.7"
}

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

### Additional Details
* Last updated: Mon, 13 Sep 2021 14:31:18 GMT
* Last updated: Thu, 21 Oct 2021 06:31:24 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: `marked`

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