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

prosemirror-dropcursor

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prosemirror-dropcursor - npm Package Compare versions

Comparing version 0.17.1 to 0.17.2

2

dist/dropcursor.js

@@ -43,3 +43,3 @@ var ref = require("prosemirror-state");

if (pos && (!active || active.pos != pos.pos))
{ dispatch(view, {type: "setDropCursor", pos: pos.pos}) }
{ dispatch(view, {type: "set", pos: pos.pos}) }
scheduleRemoval(view)

@@ -46,0 +46,0 @@ return false

{
"name": "prosemirror-dropcursor",
"version": "0.17.1",
"version": "0.17.2",
"description": "Drop cursor plugin for ProseMirror",

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

@@ -40,3 +40,3 @@ const {Plugin} = require("prosemirror-state")

if (pos && (!active || active.pos != pos.pos))
dispatch(view, {type: "setDropCursor", pos: pos.pos})
dispatch(view, {type: "set", pos: pos.pos})
scheduleRemoval(view)

@@ -43,0 +43,0 @@ return false

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