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

@guardian/prosemirror-noting

Package Overview
Dependencies
Maintainers
30
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@guardian/prosemirror-noting - npm Package Compare versions

Comparing version 3.1.4-alpha.1 to 3.1.4-alpha.2

5

dist/noting.js

@@ -1064,3 +1064,6 @@ 'use strict';

var sideAdjustedForPluginPriority = sideToRender + pluginPriority / Number.MAX_SAFE_INTEGER * Math.sign(side); // A unique key for the widget. It must change to force a render
// every time we'd like the cursor behaviour to change.
var key = "".concat(id, "-").concat(sideAdjustedForPluginPriority);
var toDom = function toDom() {

@@ -1086,3 +1089,3 @@ var element = document.createElement("span");

// plugins that can run concurrently.
// key,
key: key,
side: sideAdjustedForPluginPriority,

@@ -1089,0 +1092,0 @@ marks: []

2

package.json
{
"name": "@guardian/prosemirror-noting",
"version": "3.1.4-alpha.1",
"version": "3.1.4-alpha.2",
"description": "A plugin to allow noting in prosemirror",

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

@@ -51,3 +51,3 @@ import { DecorationSet, Decoration } from "prosemirror-view";

// plugins that can run concurrently.
// key,
key,
side: sideAdjustedForPluginPriority,

@@ -54,0 +54,0 @@ marks: []

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