New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

prosemirror-trailing-node

Package Overview
Dependencies
Maintainers
1
Versions
208
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prosemirror-trailing-node - npm Package Compare versions

Comparing version 0.0.0-pr706.3 to 0.0.0-pr706.4

2

dist/prosemirror-trailing-node.browser.cjs.js

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

var trailingNodePluginKey = /*#__PURE__*/new prosemirrorState.PluginKey('trailingNode');
var trailingNodePluginKey = new prosemirrorState.PluginKey('trailingNode');
/**

@@ -11,0 +11,0 @@ * This creates the plugin for trailing node.

import { PluginKey, Plugin } from 'prosemirror-state';
import { uniqueArray, includes } from '@remirror/core-helpers';
var trailingNodePluginKey = /*#__PURE__*/new PluginKey('trailingNode');
var trailingNodePluginKey = new PluginKey('trailingNode');
/**

@@ -6,0 +6,0 @@ * This creates the plugin for trailing node.

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

var trailingNodePluginKey = /*#__PURE__*/new prosemirrorState.PluginKey('trailingNode');
var trailingNodePluginKey = new prosemirrorState.PluginKey('trailingNode');
/**

@@ -11,0 +11,0 @@ * This creates the plugin for trailing node.

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

var trailingNodePluginKey = /*#__PURE__*/new prosemirrorState.PluginKey('trailingNode');
var trailingNodePluginKey = new prosemirrorState.PluginKey('trailingNode');
/**

@@ -11,0 +11,0 @@ * This creates the plugin for trailing node.

import { PluginKey, Plugin } from 'prosemirror-state';
import { uniqueArray, includes } from '@remirror/core-helpers';
var trailingNodePluginKey = /*#__PURE__*/new PluginKey('trailingNode');
var trailingNodePluginKey = new PluginKey('trailingNode');
/**

@@ -6,0 +6,0 @@ * This creates the plugin for trailing node.

{
"name": "prosemirror-trailing-node",
"version": "0.0.0-pr706.3",
"version": "0.0.0-pr706.4",
"description": "A trailing node plugin for the prosemirror editor.",

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

"@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