New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/prosemirror-markdown

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/prosemirror-markdown - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

8

prosemirror-markdown/index.d.ts

@@ -8,2 +8,3 @@ // Type definitions for prosemirror-markdown 1.5

// Ifiokj Jr. <https://github.com/ifiokjr>
// Hayashi Takuya <https://github.com/howyi>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -130,4 +131,9 @@ // TypeScript Version: 2.3

*/
export let defaultMarkdownParser: MarkdownParser;
export const defaultMarkdownParser: MarkdownParser;
/**
* Document schema for the data model used by CommonMark.
*/
export const schema: Schema;
export type MarkSerializerMethod<S extends Schema = any> = (

@@ -134,0 +140,0 @@ state: MarkdownSerializerState<S>,

11

prosemirror-markdown/package.json
{
"name": "@types/prosemirror-markdown",
"version": "1.5.0",
"version": "1.5.1",
"description": "TypeScript definitions for prosemirror-markdown",

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

"githubUsername": "ifiokjr"
},
{
"name": "Hayashi Takuya",
"url": "https://github.com/howyi",
"githubUsername": "howyi"
}

@@ -46,4 +51,4 @@ ],

},
"typesPublisherContentHash": "0216c3ea4a1f917b242a33558561ec83c1ca2a7c44fc569dc8ed2d98dd136e4f",
"typeScriptVersion": "3.3"
"typesPublisherContentHash": "2315beb809fd4ba3ba090143b3891c86ffcd2244d9204fc295ef3cf142e4d82d",
"typeScriptVersion": "3.4"
}

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

### Additional Details
* Last updated: Tue, 08 Dec 2020 05:09:51 GMT
* Last updated: Thu, 14 Jan 2021 21:30:05 GMT
* Dependencies: [@types/markdown-it](https://npmjs.com/package/@types/markdown-it), [@types/prosemirror-model](https://npmjs.com/package/@types/prosemirror-model)

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by [Bradley Ayers](https://github.com/bradleyayers), [David Hahn](https://github.com/davidka), [Tim Baumann](https://github.com/timjb), [Patrick Simmelbauer](https://github.com/patsimm), and [Ifiokj Jr.](https://github.com/ifiokjr).
These definitions were written by [Bradley Ayers](https://github.com/bradleyayers), [David Hahn](https://github.com/davidka), [Tim Baumann](https://github.com/timjb), [Patrick Simmelbauer](https://github.com/patsimm), [Ifiokj Jr.](https://github.com/ifiokjr), and [Hayashi Takuya](https://github.com/howyi).
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