Socket
Socket
Sign inDemoInstall

@types/prosemirror-state

Package Overview
Dependencies
7
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.3 to 1.2.4

2

prosemirror-state/index.d.ts

@@ -154,3 +154,3 @@ // Type definitions for prosemirror-state 1.2

*/
getState(state: EditorState<S>): any | null | undefined;
getState(state: EditorState<S>): T | null | undefined;
}

@@ -157,0 +157,0 @@ /**

{
"name": "@types/prosemirror-state",
"version": "1.2.3",
"version": "1.2.4",
"description": "TypeScript definitions for prosemirror-state",

@@ -29,3 +29,3 @@ "license": "MIT",

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -42,4 +42,4 @@ "type": "git",

},
"typesPublisherContentHash": "a4cffd32415a30d750b5f8e9b2413d214a600da20c4c0a4143a3c6c86edd48a9",
"typeScriptVersion": "2.3"
"typesPublisherContentHash": "f27819f185bcca4bea868d2d26921d6c45341b8e4cdfb4c00e8713a9221d93ec",
"typeScriptVersion": "2.9"
}

@@ -5,13 +5,13 @@ # Installation

# Summary
This package contains type definitions for prosemirror-state ( https://github.com/ProseMirror/prosemirror-state ).
This package contains type definitions for prosemirror-state (https://github.com/ProseMirror/prosemirror-state).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prosemirror-state
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prosemirror-state.
Additional Details
* Last updated: Tue, 26 Feb 2019 22:39:33 GMT
* Dependencies: @types/prosemirror-model, @types/prosemirror-transform, @types/prosemirror-view
### Additional Details
* Last updated: Sun, 10 May 2020 16:03:05 GMT
* Dependencies: [@types/prosemirror-model](https://npmjs.com/package/@types/prosemirror-model), [@types/prosemirror-transform](https://npmjs.com/package/@types/prosemirror-transform), [@types/prosemirror-view](https://npmjs.com/package/@types/prosemirror-view)
* 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>.
These definitions were written by [Bradley Ayers](https://github.com/bradleyayers), [David Hahn](https://github.com/davidka), [Tim Baumann](https://github.com/timjb), and [Patrick Simmelbauer](https://github.com/patsimm).

Sorry, the diff of this file is not supported yet

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