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.4 to 0.6.5

6

marked/index.d.ts

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

constructor(options?: MarkedOptions);
static parse(src: TokensList, options?: MarkedOptions): string;
parse(src: TokensList): string;

@@ -139,6 +140,7 @@ next(): Token;

class Lexer {
rules: Rules;
tokens: TokensList;
constructor(options?: MarkedOptions);
static rules: Rules;
static lex(src: TokensList, options?: MarkedOptions): TokensList;
lex(src: string): TokensList;
token(src: string, top: boolean): TokensList;
}

@@ -145,0 +147,0 @@

{
"name": "@types/marked",
"version": "0.6.4",
"version": "0.6.5",
"description": "TypeScript definitions for Marked",

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

"dependencies": {},
"typesPublisherContentHash": "d029bfe0e5f95ad497d7421189532e9fdfe8c99b6c3b4e7b1c9a56313106a4d9",
"typesPublisherContentHash": "2b1adeb03750cdca09ac9c9e1e07d4f4e93b27a9c499696af1a59aceb7172e4e",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Mon, 01 Apr 2019 19:25:51 GMT
* Last updated: Wed, 03 Apr 2019 18:23:30 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