Socket
Socket
Sign inDemoInstall

@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 0.7.3 to 0.7.4

10

marked/index.d.ts

@@ -140,4 +140,4 @@ // Type definitions for Marked 0.7

del(text: string): string;
link(href: string, title: string, text: string): string;
image(href: string, title: string, text: string): string;
link(href: string | null, title: string | null, text: string): string;
image(href: string | null, title: string | null, text: string): string;
text(text: string): string;

@@ -152,4 +152,4 @@ }

text(text: string): string;
link(href: string, title: string, text: string): string;
image(href: string, title: string, text: string): string;
link(href: string | null, title: string | null, text: string): string;
image(href: string | null, title: string | null, text: string): string;
br(): string;

@@ -195,3 +195,3 @@ }

links: {
[key: string]: { href: string; title: string; }
[key: string]: { href: string | null; title: string | null; }
}

@@ -198,0 +198,0 @@ };

{
"name": "@types/marked",
"version": "0.7.3",
"version": "0.7.4",
"description": "TypeScript definitions for Marked",

@@ -47,4 +47,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "1abe4487a984f9f613f85b09bd947c02106eedeef4b46386b30b15423ffed07c",
"typesPublisherContentHash": "b839bc3b0ce904608c0e49c5987f94363e04c866b51d0fac8724656e47b57328",
"typeScriptVersion": "2.8"
}

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

### Additional Details
* Last updated: Thu, 05 Mar 2020 02:32:05 GMT
* Last updated: Mon, 13 Apr 2020 23:46:06 GMT
* Dependencies: none

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

Sorry, the diff of this file is not supported yet

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