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-pr862.2 to 0.0.0-pr877.1

2

dist/prosemirror-paste-rules.browser.cjs.js

@@ -223,3 +223,3 @@ 'use strict';

}
var pastePluginKey = /*#__PURE__*/new prosemirrorState.PluginKey('pasteRule');
var pastePluginKey = new prosemirrorState.PluginKey('pasteRule');
/**

@@ -226,0 +226,0 @@ * @template RegexPasteRule

@@ -219,3 +219,3 @@ import _createForOfIteratorHelper from '@babel/runtime/helpers/esm/createForOfIteratorHelper';

}
var pastePluginKey = /*#__PURE__*/new PluginKey('pasteRule');
var pastePluginKey = new PluginKey('pasteRule');
/**

@@ -222,0 +222,0 @@ * @template RegexPasteRule

@@ -223,3 +223,3 @@ 'use strict';

}
var pastePluginKey = /*#__PURE__*/new prosemirrorState.PluginKey('pasteRule');
var pastePluginKey = new prosemirrorState.PluginKey('pasteRule');
/**

@@ -226,0 +226,0 @@ * @template RegexPasteRule

@@ -223,3 +223,3 @@ 'use strict';

}
var pastePluginKey = /*#__PURE__*/new prosemirrorState.PluginKey('pasteRule');
var pastePluginKey = new prosemirrorState.PluginKey('pasteRule');
/**

@@ -226,0 +226,0 @@ * @template RegexPasteRule

@@ -219,3 +219,3 @@ import _createForOfIteratorHelper from '@babel/runtime/helpers/esm/createForOfIteratorHelper';

}
var pastePluginKey = /*#__PURE__*/new PluginKey('pasteRule');
var pastePluginKey = new PluginKey('pasteRule');
/**

@@ -222,0 +222,0 @@ * @template RegexPasteRule

{
"name": "prosemirror-paste-rules",
"version": "0.0.0-pr862.2",
"version": "0.0.0-pr877.1",
"description": "Better handling of pasted content in your prosemirror editor.",

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

"dependencies": {
"@babel/runtime": "^7.12.13",
"@remirror/core-constants": "0.0.0-pr862.2",
"@remirror/core-helpers": "0.0.0-pr862.2",
"@babel/runtime": "^7.13.7",
"@remirror/core-constants": "0.0.0-pr877.1",
"@remirror/core-helpers": "0.0.0-pr877.1",
"escape-string-regexp": "^4.0.0",
"type-fest": "^0.20.2"
"type-fest": "^0.21.2"
},

@@ -51,8 +51,8 @@ "devDependencies": {

"peerDependencies": {
"@types/prosemirror-model": "^1.7.0",
"@types/prosemirror-state": "^1.2.5",
"@types/prosemirror-view": "^1.15.0",
"prosemirror-model": "^1.11.0",
"prosemirror-state": "^1.3.3",
"prosemirror-view": "^1.14.9"
"@types/prosemirror-model": "^1",
"@types/prosemirror-state": "^1",
"@types/prosemirror-view": "^1",
"prosemirror-model": "^1",
"prosemirror-state": "^1",
"prosemirror-view": "^1"
},

@@ -59,0 +59,0 @@ "peerDependenciesMeta": {

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