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.13.1 to 1.13.2

4

prosemirror-model/index.d.ts

@@ -105,2 +105,6 @@ // Type definitions for prosemirror-model 1.13

/**
* Extract the text between `from` and `to`. See the same method on {@link ProsemirrorNode.textBetween}
*/
textBetween(from: number, to: number, blockSeparator?: string | null, leafText?: string | null): string;
/**
* Create a new fragment containing the combined content of this

@@ -107,0 +111,0 @@ * fragment and the other.

4

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

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

},
"typesPublisherContentHash": "dae2c650f16f45befaf8adecd09203231b70f13a10506cb61d815a98b6676eae",
"typesPublisherContentHash": "dea0dfa404e0690907c3e0a2b8690d174da1562259a7c65fcc2b38e8aa38a74b",
"typeScriptVersion": "3.6"
}

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

### Additional Details
* Last updated: Wed, 07 Jul 2021 17:02:38 GMT
* Last updated: Sun, 15 Aug 2021 22:31:21 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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc