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

@remirror/core

Package Overview
Dependencies
Maintainers
1
Versions
335
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remirror/core - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

12

dist/declarations/src/builtins/upload-extension/file-placeholder-plugin.d.ts

@@ -9,2 +9,14 @@ import { EditorState, Plugin, Transaction } from '@remirror/pm/state';

export declare function createUploadPlaceholderPlugin(): Plugin<UploadPlaceholderPluginData>;
/**
* Try to find the positon of the placeholder in the document based on the
* upload placeholder id
*
* @remark
*
* This function will first try to find the position based on the decoration set.
* However, in some cases (e.g. `ReplaceStep`) the decoration will not be
* available. In that case, it will then try to find every node in the document
* recursively, which is much slower than the decoration set way in a large
* document.
*/
export declare function findUploadPlaceholderPos(state: EditorState, id: string): number | undefined;

@@ -11,0 +23,0 @@ export declare function findUploadPlaceholderPayload(state: EditorState, id: string): any | undefined;

6

package.json
{
"name": "@remirror/core",
"version": "1.3.0",
"version": "1.3.1",
"description": "Where your quest to create a world class editing experience begins.",

@@ -52,6 +52,6 @@ "homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__core",

"devDependencies": {
"@remirror/pm": "^1.0.6"
"@remirror/pm": "^1.0.7"
},
"peerDependencies": {
"@remirror/pm": "^1.0.6"
"@remirror/pm": "^1.0.7"
},

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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