Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/prosemirror-commands

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/prosemirror-commands - npm Package Compare versions

Comparing version 0.21.1 to 0.22.0

4

prosemirror-commands/index.d.ts

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

// Type definitions for prosemirror-commands 0.21
// Type definitions for prosemirror-commands 0.22
// Project: https://github.com/ProseMirror/prosemirror-commands

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

export function joinBackward(state: EditorState, dispatch?: (tr: Transaction) => void, view?: EditorView): boolean;
export function selectNodeBackward(state: EditorState, dispatch?: (tr: Transaction) => void, view?: EditorView): boolean;
export function selectNodeForward(state: EditorState, dispatch?: (tr: Transaction) => void, view?: EditorView): boolean;
export function joinForward(state: EditorState, dispatch?: (tr: Transaction) => void, view?: EditorView): boolean;

@@ -16,0 +18,0 @@ export function joinUp(state: EditorState, dispatch?: (tr: Transaction) => void): boolean;

{
"name": "@types/prosemirror-commands",
"version": "0.21.1",
"version": "0.22.0",
"description": "TypeScript definitions for prosemirror-commands",

@@ -9,7 +9,9 @@ "license": "MIT",

"name": "Bradley Ayers",
"url": "https://github.com/bradleyayers"
"url": "https://github.com/bradleyayers",
"githubUsername": "bradleyayers"
},
{
"name": "David Hahn",
"url": "https://github.com/davidka"
"url": "https://github.com/davidka",
"githubUsername": "davidka"
}

@@ -28,5 +30,4 @@ ],

},
"peerDependencies": {},
"typesPublisherContentHash": "e12fbe52744604aae9a74b182b4a3a4bec9cbad2601c3f126ff3f401ca3227bf",
"typesPublisherContentHash": "6deb6cba1d2a5bdb73befb666c55c54ac2c5b88013752d68983975a3d7fd5cbd",
"typeScriptVersion": "2.2"
}

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

Additional Details
* Last updated: Fri, 16 Jun 2017 16:37:51 GMT
* Last updated: Sat, 09 Sep 2017 18:41:06 GMT
* Dependencies: prosemirror-model, prosemirror-state, prosemirror-view

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

Sorry, the diff of this file is not supported yet

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