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.6.1 to 0.6.2

12

marked/index.d.ts

@@ -7,2 +7,3 @@ // Type definitions for Marked 0.6

// Mike Wickett <https://github.com/mwickett>
// Hitomi Hatsukaze <https://github.com/htkzhtm>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -106,2 +107,13 @@

class TextRenderer {
strong(text: string): string;
em(text: string): string;
codespan(text: string): string;
del(text: string): string;
text(text: string): string;
link(href: string, title: string, text: string): string;
image(href: string, title: string, text: string): string;
br(): string;
}
class Lexer {

@@ -108,0 +120,0 @@ rules: Rules;

12

marked/package.json
{
"name": "@types/marked",
"version": "0.6.1",
"version": "0.6.2",
"description": "TypeScript definitions for Marked",

@@ -26,2 +26,7 @@ "license": "MIT",

"githubUsername": "mwickett"
},
{
"name": "Hitomi Hatsukaze",
"url": "https://github.com/htkzhtm",
"githubUsername": "htkzhtm"
}

@@ -33,8 +38,9 @@ ],

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/marked"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "5461fd22be4a304830a9bc7aca1fc0c271a461f8494dbac039a2022a1c806a2e",
"typesPublisherContentHash": "7d6608c25d1a28ff766abcf09f77223874a8e7f7b452b6eb9c234f06ec2f1349",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Wed, 13 Feb 2019 21:04:28 GMT
* Last updated: Tue, 05 Mar 2019 17:55:27 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: marked

# Credits
These definitions were written by William Orr <https://github.com/worr>, BendingBender <https://github.com/BendingBender>, CrossR <https://github.com/CrossR>, Mike Wickett <https://github.com/mwickett>.
These definitions were written by William Orr <https://github.com/worr>, BendingBender <https://github.com/BendingBender>, CrossR <https://github.com/CrossR>, Mike Wickett <https://github.com/mwickett>, Hitomi Hatsukaze <https://github.com/htkzhtm>.
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