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

@remirror/extension-positioner

Package Overview
Dependencies
Maintainers
1
Versions
287
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remirror/extension-positioner - npm Package Compare versions

Comparing version 0.0.0-pr877.2 to 0.0.0-pr877.3

5

dist/declarations/src/core-positioners.d.ts

@@ -5,6 +5,5 @@ import { Coords, FindProsemirrorNodeResult, GetMarkRange, MarkType } from '@remirror/core';

/**
* Creates a positioner for the current block node. it spans the full width and
* height of the block node.
* Creates a positioner for the current block node.
*
* It spans the width and height of the block.
* It spans the full width and height of the block.
*/

@@ -11,0 +10,0 @@ export declare const blockNodePositioner: any;

@@ -389,6 +389,5 @@ 'use strict';

/**
* Creates a positioner for the current block node. it spans the full width and
* height of the block node.
* Creates a positioner for the current block node.
*
* It spans the width and height of the block.
* It spans the full width and height of the block.
*/

@@ -395,0 +394,0 @@

@@ -386,6 +386,5 @@ import _slicedToArray from '@babel/runtime/helpers/esm/slicedToArray';

/**
* Creates a positioner for the current block node. it spans the full width and
* height of the block node.
* Creates a positioner for the current block node.
*
* It spans the width and height of the block.
* It spans the full width and height of the block.
*/

@@ -392,0 +391,0 @@

@@ -389,6 +389,5 @@ 'use strict';

/**
* Creates a positioner for the current block node. it spans the full width and
* height of the block node.
* Creates a positioner for the current block node.
*
* It spans the width and height of the block.
* It spans the full width and height of the block.
*/

@@ -395,0 +394,0 @@

@@ -389,6 +389,5 @@ 'use strict';

/**
* Creates a positioner for the current block node. it spans the full width and
* height of the block node.
* Creates a positioner for the current block node.
*
* It spans the width and height of the block.
* It spans the full width and height of the block.
*/

@@ -395,0 +394,0 @@

@@ -386,6 +386,5 @@ import _slicedToArray from '@babel/runtime/helpers/esm/slicedToArray';

/**
* Creates a positioner for the current block node. it spans the full width and
* height of the block node.
* Creates a positioner for the current block node.
*
* It spans the width and height of the block.
* It spans the full width and height of the block.
*/

@@ -392,0 +391,0 @@

14

package.json
{
"name": "@remirror/extension-positioner",
"version": "0.0.0-pr877.2",
"version": "0.0.0-pr877.3",
"description": "Reposition your elements with every state update.",

@@ -41,6 +41,6 @@ "keywords": [

"@babel/runtime": "^7.13.7",
"@remirror/core": "0.0.0-pr877.2",
"@remirror/extension-events": "0.0.0-pr877.2",
"@remirror/messages": "0.0.0-pr877.2",
"@remirror/theme": "0.0.0-pr877.2",
"@remirror/core": "0.0.0-pr877.3",
"@remirror/extension-events": "0.0.0-pr877.3",
"@remirror/messages": "0.0.0-pr877.3",
"@remirror/theme": "0.0.0-pr877.3",
"nanoevents": "^5.1.10",

@@ -50,6 +50,6 @@ "type-fest": "^0.21.2"

"devDependencies": {
"@remirror/pm": "0.0.0-pr877.2"
"@remirror/pm": "0.0.0-pr877.3"
},
"peerDependencies": {
"@remirror/pm": "0.0.0-pr877.2"
"@remirror/pm": "0.0.0-pr877.3"
},

@@ -56,0 +56,0 @@ "publishConfig": {

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