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 0.6.3 to 0.6.4

11

marked/index.d.ts

@@ -80,2 +80,13 @@ // Type definitions for Marked 0.6

class InlineLexer {
constructor(links: string[], options?: MarkedOptions);
static rules: Rules;
static output(src: string, links: string[], options?: MarkedOptions): string;
output(src: string): string;
static escapes(text: string): string;
outputLink(cap: string[], link: string): string;
smartypants(text: string): string;
mangle(text: string): string;
}
class Renderer {

@@ -82,0 +93,0 @@ constructor(options?: MarkedOptions);

4

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

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

"dependencies": {},
"typesPublisherContentHash": "4af229462d3c821ebd9ae55ef5dcb29bcdefb882230d199db2ee5ff1552a7558",
"typesPublisherContentHash": "d029bfe0e5f95ad497d7421189532e9fdfe8c99b6c3b4e7b1c9a56313106a4d9",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Sat, 09 Mar 2019 00:37:21 GMT
* Last updated: Mon, 01 Apr 2019 19:25:51 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