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

prosemirror-paste-rules

Package Overview
Dependencies
Maintainers
1
Versions
212
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prosemirror-paste-rules - npm Package Compare versions

Comparing version 0.0.0-pr1713.12 to 0.0.0-pr1801.1

2

dist/prosemirror-paste-rules.js

@@ -164,3 +164,3 @@ // packages/prosemirror-paste-rules/src/paste-rules-plugin.ts

const end = start + fullValue.length;
if (start > 0) {
if (start > pos) {
nodes.push(child.cut(pos, start));

@@ -167,0 +167,0 @@ }

{
"name": "prosemirror-paste-rules",
"version": "0.0.0-pr1713.12",
"version": "0.0.0-pr1801.1",
"description": "Better handling of pasted content in your prosemirror editor.",

@@ -34,10 +34,10 @@ "homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/prosemirror-paste-rules",

"@babel/runtime": "^7.13.10",
"@remirror/core-constants": "0.0.0-pr1713.12",
"@remirror/core-helpers": "0.0.0-pr1713.12",
"@remirror/core-constants": "0.0.0-pr1801.1",
"@remirror/core-helpers": "0.0.0-pr1801.1",
"escape-string-regexp": "^4.0.0"
},
"devDependencies": {
"prosemirror-model": "^1.18.0",
"prosemirror-state": "^1.4.0",
"prosemirror-view": "^1.26.0"
"prosemirror-model": "^1.18.1",
"prosemirror-state": "^1.4.1",
"prosemirror-view": "^1.27.0"
},

@@ -44,0 +44,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet

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