New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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-pr706.3 to 0.0.0-pr706.4

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-pr706.3",
"version": "0.0.0-pr706.4",
"description": "Better handling of pasted content in your prosemirror editor.",

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

"@babel/runtime": "^7.12.13",
"@remirror/core-constants": "0.0.0-pr706.3",
"@remirror/core-helpers": "0.0.0-pr706.3",
"@remirror/core-constants": "0.0.0-pr706.4",
"@remirror/core-helpers": "0.0.0-pr706.4",
"escape-string-regexp": "^4.0.0",

@@ -39,0 +39,0 @@ "type-fest": "^0.20.2"

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