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

@types/prosemirror-view

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/prosemirror-view - npm Package Compare versions

Comparing version 1.19.2 to 1.23.0

9

prosemirror-view/index.d.ts

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

// Type definitions for prosemirror-view 1.19
// Type definitions for prosemirror-view 1.23
// Project: https://github.com/ProseMirror/prosemirror-view

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

// Mike Morearty <https://github.com/mmorearty>
// Ocavue <https://github.com/ocavue>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -372,2 +373,8 @@ // TypeScript Version: 3.0

/**
* This is true when the view has been
* [destroyed](#view.EditorView.destroy) (and thus should not be
* used anymore).
*/
isDestroyed: boolean;
/**
* Dispatch a transaction. Will call

@@ -374,0 +381,0 @@ * [`dispatchTransaction`](#view.DirectEditorProps.dispatchTransaction)

9

prosemirror-view/package.json
{
"name": "@types/prosemirror-view",
"version": "1.19.2",
"version": "1.23.0",
"description": "TypeScript definitions for prosemirror-view",

@@ -37,2 +37,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prosemirror-view",

"githubUsername": "mmorearty"
},
{
"name": "Ocavue",
"url": "https://github.com/ocavue",
"githubUsername": "ocavue"
}

@@ -53,4 +58,4 @@ ],

},
"typesPublisherContentHash": "ee7dc3203b233bca414a04584bae225fdfe77228c89b9ea6e32a4ebaebb7bd7c",
"typesPublisherContentHash": "d7164e2ef934531c10567f591962035c24ef366c961c2209f5814857c7fccf0e",
"typeScriptVersion": "3.8"
}

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

### Additional Details
* Last updated: Wed, 01 Dec 2021 00:01:08 GMT
* Last updated: Mon, 10 Jan 2022 21:01:35 GMT
* Dependencies: [@types/prosemirror-model](https://npmjs.com/package/@types/prosemirror-model), [@types/prosemirror-state](https://npmjs.com/package/@types/prosemirror-state), [@types/prosemirror-transform](https://npmjs.com/package/@types/prosemirror-transform)

@@ -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), [Ifiok Jr.](https://github.com/ifiokjr), and [Mike Morearty](https://github.com/mmorearty).
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), [Ifiok Jr.](https://github.com/ifiokjr), [Mike Morearty](https://github.com/mmorearty), and [Ocavue](https://github.com/ocavue).
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