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

prosemirror-history

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

prosemirror-history - npm Package Compare versions

Comparing version 0.20.0 to 0.21.0

4

dist/history.js

@@ -336,3 +336,3 @@ var RopeSequence = require("rope-sequence")

// plugin will track undo and redo stacks, which the
// [`undo`](##history.undo) and [`redo`](##history.redo) commands can
// [`undo`](#history.undo) and [`redo`](#history.redo) commands can
// use to move the state back and forward.

@@ -345,3 +345,3 @@ //

// example, not the changes made by other users). You can set an
// `"addToHistory"` [metadata property](##state.Transaction.setMeta)
// `"addToHistory"` [metadata property](#state.Transaction.setMeta)
// of `false` on a transaction to prevent it from being rolled back by

@@ -348,0 +348,0 @@ // undo.

{
"name": "prosemirror-history",
"version": "0.20.0",
"version": "0.21.0",
"description": "Undo history for ProseMirror",

@@ -19,4 +19,4 @@ "main": "dist/history.js",

"dependencies": {
"prosemirror-state": "^0.20.0",
"prosemirror-transform": "^0.20.0",
"prosemirror-state": "^0.21.0",
"prosemirror-transform": "^0.21.0",
"rope-sequence": "^1.2.0"

@@ -29,4 +29,4 @@ },

"rimraf": "^2.5.4",
"prosemirror-model": "^0.20.0",
"prosemirror-test-builder": "^0.20.0"
"prosemirror-model": "^0.21.0",
"prosemirror-test-builder": "^0.21.0"
},

@@ -33,0 +33,0 @@ "scripts": {

@@ -335,3 +335,3 @@ const RopeSequence = require("rope-sequence")

// plugin will track undo and redo stacks, which the
// [`undo`](##history.undo) and [`redo`](##history.redo) commands can
// [`undo`](#history.undo) and [`redo`](#history.redo) commands can
// use to move the state back and forward.

@@ -344,3 +344,3 @@ //

// example, not the changes made by other users). You can set an
// `"addToHistory"` [metadata property](##state.Transaction.setMeta)
// `"addToHistory"` [metadata property](#state.Transaction.setMeta)
// of `false` on a transaction to prevent it from being rolled back by

@@ -347,0 +347,0 @@ // undo.

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