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

8

marked/index.d.ts

@@ -236,5 +236,9 @@ // Type definitions for Marked 1.2

seen: {[slugValue: string]: number};
slug(value: string): string;
slug(value: string, options?: SluggerOptions): string;
}
interface SluggerOptions {
dryrun: boolean;
}
interface Rules {

@@ -522,3 +526,3 @@ [ruleName: string]: RegExp | Rules;

*/
walkTokens?: (tokens: TokensList, callback: (token: Token) => void) => any;
walkTokens?: (callback: (token: Token) => void) => any;
/**

@@ -525,0 +529,0 @@ * Generate closing slash for self-closing tags (<br/> instead of <br>)

{
"name": "@types/marked",
"version": "1.2.0",
"version": "1.2.1",
"description": "TypeScript definitions for Marked",

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

"dependencies": {},
"typesPublisherContentHash": "bb7c83bacec064ba0a73c8f13f4ca3395a68e303fa98116ea710c5fcbeb69278",
"typeScriptVersion": "3.2"
"typesPublisherContentHash": "aa6d11c4b982e90e7e44cd8bfb2e054afab4f0ff57fbcda19e52661ffeb1cb96",
"typeScriptVersion": "3.3"
}

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

### Additional Details
* Last updated: Wed, 18 Nov 2020 13:06:19 GMT
* Last updated: Thu, 03 Dec 2020 20:15:32 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