Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/prosemirror-model

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/prosemirror-model - npm Package Compare versions

Comparing version 1.11.3 to 1.12.0

5

prosemirror-model/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for prosemirror-model 1.11
// Type definitions for prosemirror-model 1.12
// Project: https://github.com/ProseMirror/prosemirror-model

@@ -9,2 +9,3 @@ // Definitions by: Bradley Ayers <https://github.com/bradleyayers>

// Anthony Weston <https://github.com/AnthonyWeston>
// Martin Staffa <https://github.com/Narretz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -1385,3 +1386,3 @@ // TypeScript Version: 2.3

}
export type DOMOutputSpec = string | Node | DOMOutputSpecArray;
export type DOMOutputSpec = string | Node | DOMOutputSpecArray | {dom: Node, contentDOM?: Node};
/**

@@ -1388,0 +1389,0 @@ * A DOM serializer knows how to convert ProseMirror nodes and

11

prosemirror-model/package.json
{
"name": "@types/prosemirror-model",
"version": "1.11.3",
"version": "1.12.0",
"description": "TypeScript definitions for prosemirror-model",

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

"githubUsername": "AnthonyWeston"
},
{
"name": "Martin Staffa",
"url": "https://github.com/Narretz",
"githubUsername": "Narretz"
}

@@ -50,4 +55,4 @@ ],

},
"typesPublisherContentHash": "b4c7fb546e58c1bce88217f6038595bd38bd7bfecc60697c87705c62e819ac6e",
"typeScriptVersion": "3.4"
"typesPublisherContentHash": "e7d4210f741e7fcf3401626025b43f1b498c9fea2952d902013975fdf2ae51a6",
"typeScriptVersion": "3.5"
}

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

### Additional Details
* Last updated: Sat, 13 Feb 2021 18:29:34 GMT
* Last updated: Thu, 11 Mar 2021 17:40:33 GMT
* Dependencies: [@types/orderedmap](https://npmjs.com/package/@types/orderedmap)

@@ -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), [Malte Blanken](https://github.com/neknalb), [Patrick Simmelbauer](https://github.com/patsimm), and [Anthony Weston](https://github.com/AnthonyWeston).
These definitions were written by [Bradley Ayers](https://github.com/bradleyayers), [David Hahn](https://github.com/davidka), [Tim Baumann](https://github.com/timjb), [Malte Blanken](https://github.com/neknalb), [Patrick Simmelbauer](https://github.com/patsimm), [Anthony Weston](https://github.com/AnthonyWeston), and [Martin Staffa](https://github.com/Narretz).
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