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 4.0.4 to 4.0.5

2

marked/index.d.ts

@@ -467,3 +467,3 @@ // Type definitions for Marked 4.0

level: 'block' | 'inline';
start?: ((this: TokenizerThis, src: string) => number) | undefined;
start?: ((this: TokenizerThis, src: string) => number | void) | undefined;
tokenizer: (this: TokenizerThis, src: string, tokens: Token[] | TokensList) => Tokens.Generic | void;

@@ -470,0 +470,0 @@ childTokens?: string[] | undefined;

{
"name": "@types/marked",
"version": "4.0.4",
"version": "4.0.5",
"description": "TypeScript definitions for Marked",

@@ -78,3 +78,3 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/marked",

"dependencies": {},
"typesPublisherContentHash": "6820d8782f921c8eff889adcba6284961ccb75f3e5fa1448d1b20d8ed4a7c1aa",
"typesPublisherContentHash": "f4980dbbdc210404123315cbe702601a94c90254e31de674f23383dc833ddaf1",
"typeScriptVersion": "4.0",

@@ -81,0 +81,0 @@ "exports": {

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

### Additional Details
* Last updated: Wed, 17 Aug 2022 17:32:28 GMT
* Last updated: Wed, 17 Aug 2022 23:02:30 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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