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.12.0 to 1.13.0

9

prosemirror-model/index.d.ts

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

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

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

/**
* By default, when a rule matches an element or style, no further
* rules get a chance to match it. By setting this to false,
* you indicate that even when this rule matches, other rules
* that come after it should also run.
*/
consuming?: boolean | null;
/**
* When given, restricts this rule to only match when the current

@@ -276,0 +283,0 @@ * context—the parent nodes into which the content is being

4

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

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

},
"typesPublisherContentHash": "e7d4210f741e7fcf3401626025b43f1b498c9fea2952d902013975fdf2ae51a6",
"typesPublisherContentHash": "67cb5677d13cf03d1769158871af78250d1ada80e9593ff7bccf07ccbabdbb88",
"typeScriptVersion": "3.5"
}

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

### Additional Details
* Last updated: Thu, 11 Mar 2021 17:40:33 GMT
* Last updated: Thu, 25 Mar 2021 02:21:13 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