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 1.1.0 to 1.2.0

12

marked/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for Marked 1.1
// Type definitions for Marked 1.2
// Project: https://github.com/markedjs/marked, https://marked.js.org

@@ -10,2 +10,3 @@ // Definitions by: William Orr <https://github.com/worr>

// Romain LE BARO <https://github.com/scandinave>
// Sarun Intaralawan <https://github.com/sarunint>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -86,2 +87,11 @@

/**
* Compiles markdown to HTML without enclosing `p` tag.
*
* @param src String of markdown source to be compiled
* @param options Hash of options
* @return String of compiled HTML
*/
function parseInline(src: string, options?: MarkedOptions): string;
/**
* Sets the default options.

@@ -88,0 +98,0 @@ *

11

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

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

"githubUsername": "scandinave"
},
{
"name": "Sarun Intaralawan",
"url": "https://github.com/sarunint",
"githubUsername": "sarunint"
}

@@ -53,4 +58,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "48c153587a45f60e859d3d2abac0f31b11093a4d4600b52659da4f319196eb60",
"typeScriptVersion": "3.0"
"typesPublisherContentHash": "bb7c83bacec064ba0a73c8f13f4ca3395a68e303fa98116ea710c5fcbeb69278",
"typeScriptVersion": "3.2"
}

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

### Additional Details
* Last updated: Mon, 22 Jun 2020 09:23:49 GMT
* Last updated: Wed, 18 Nov 2020 13:06:19 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), [Hitomi Hatsukaze](https://github.com/htkzhtm), [Ezra Celli](https://github.com/ezracelli), and [Romain LE BARO](https://github.com/scandinave).
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), [Ezra Celli](https://github.com/ezracelli), [Romain LE BARO](https://github.com/scandinave), and [Sarun Intaralawan](https://github.com/sarunint).
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