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

prosemirror-commands

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prosemirror-commands - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

1

dist/commands.js

@@ -387,2 +387,3 @@ 'use strict';

var before = $cut.nodeBefore, after = $cut.nodeAfter, conn, match;
if (before.type.spec.isolating || after.type.spec.isolating) { return false }
if (joinMaybeClear(state, $cut, dispatch)) { return true }

@@ -389,0 +390,0 @@

2

package.json
{
"name": "prosemirror-commands",
"version": "1.0.3",
"version": "1.0.4",
"description": "Editing commands for ProseMirror",

@@ -5,0 +5,0 @@ "main": "dist/commands.js",

@@ -365,2 +365,3 @@ import {joinPoint, canJoin, findWrapping, liftTarget, canSplit, ReplaceAroundStep} from "prosemirror-transform"

let before = $cut.nodeBefore, after = $cut.nodeAfter, conn, match
if (before.type.spec.isolating || after.type.spec.isolating) return false
if (joinMaybeClear(state, $cut, dispatch)) return true

@@ -367,0 +368,0 @@

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