Socket
Socket
Sign inDemoInstall

@types/prosemirror-model

Package Overview
Dependencies
2
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.16.1 to 1.16.2

19

prosemirror-model/index.d.ts

@@ -1224,2 +1224,3 @@ // Type definitions for prosemirror-model 1.16

whitespace?: 'pre' | 'normal';
/**

@@ -1230,7 +1231,17 @@ * Determines whether this node is considered an important parent

* whereas defining nodes persist and wrap the inserted content.
* Likewise, in _inserted_ content the defining parents of the
* content are preserved when possible. Typically,
* non-default-paragraph textblock types, and possibly list items,
* are marked as defining.
*/
definingAsContext?: boolean | null | undefined;
/**
* In inserted content the defining parents of the content are
* preserved when possible. Typically, non-default-paragraph
* textblock types, and possibly list items, are marked as defining.
*/
definingForContent?: boolean | null | undefined;
/**
* When enabled, enables both
* [`definingAsContext`](#model.NodeSpec.definingAsContext) and
* [`definingForContent`](#model.NodeSpec.definingForContent).
*/
defining?: boolean | null | undefined;

@@ -1237,0 +1248,0 @@ /**

{
"name": "@types/prosemirror-model",
"version": "1.16.1",
"version": "1.16.2",
"description": "TypeScript definitions for prosemirror-model",

@@ -60,4 +60,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prosemirror-model",

},
"typesPublisherContentHash": "9c6751f6d6ff15a9e78ae41d9943b29cf905b732f7d1aaa437bf08ab85f0b52e",
"typeScriptVersion": "3.8"
"typesPublisherContentHash": "28a4f500df06d0cd8243f01fca8be63d9421540ff5bad6c6df7ef392f435e26e",
"typeScriptVersion": "3.9"
}

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

### Additional Details
* Last updated: Sat, 05 Feb 2022 04:01:24 GMT
* Last updated: Mon, 02 May 2022 18:31:46 GMT
* Dependencies: [@types/orderedmap](https://npmjs.com/package/@types/orderedmap)

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc