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

@remirror/core-utils

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/core-utils - npm Package Compare versions

Comparing version

to
1.1.1

0

dist/declarations/src/command-utils.d.ts

@@ -0,0 +0,0 @@ import type { AttributesProps, CommandFunction, CommandFunctionProps, FromToProps, MarkType, MarkTypeProps, NodeType, NodeTypeProps, PrimitiveSelection, ProsemirrorAttributes, RangeProps, Selection, Transaction } from '@remirror/core-types';

@@ -0,0 +0,0 @@ import { RemirrorIdentifier } from '@remirror/core-constants';

@@ -0,0 +0,0 @@ import { KebabCase, StringKey } from '@remirror/core-types';

@@ -0,0 +0,0 @@ export type { RemoveMarkProps, ReplaceTextProps, ToggleBlockItemProps, UpdateMarkProps, } from './command-utils';

@@ -0,0 +0,0 @@ import { MessageDescriptor } from '@remirror/messages';

@@ -0,0 +0,0 @@ import type { AnyConstructor, MarkTypeProps, NodeTypeProps, OptionalProsemirrorNodeProps, PosProps, PredicateProps, Primitive, ProsemirrorNode, ProsemirrorNodeProps, Transaction } from '@remirror/core-types';

@@ -0,0 +0,0 @@ import type { EditorStateProps, GetAttributesProps, MarkTypeProps, NodeTypeProps, RegExpProps, TransactionProps } from '@remirror/core-types';

@@ -0,0 +0,0 @@ import type { AttributesProps, EditorSchema, EditorState, EditorView, Fragment, KeyBindingCommandFunction, KeyBindings, MarkTypesProps, NodeTypeProps, NodeTypesProps, OptionalMarkProps, OptionalProsemirrorNodeProps, PosProps, ProsemirrorKeyBindings, ProsemirrorNode, ProsemirrorNodeProps, ResolvedPos, Selection, SelectionProps, Transaction, TransactionProps } from '@remirror/core-types';

24

package.json
{
"name": "@remirror/core-utils",
"version": "1.1.0",
"version": "1.1.1",
"description": "Core utilities for dealing with the dom and prosemirror within remirror",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__core-utils",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__core-utils",
"repository": {
"type": "git",
"url": "https://github.com/remirror/remirror.git",
"directory": "packages/remirror__core-utils"
},
"license": "MIT",

@@ -35,6 +39,6 @@ "contributors": [

"@babel/runtime": "^7.13.10",
"@remirror/core-constants": "^1.0.0",
"@remirror/core-helpers": "^1.0.1",
"@remirror/core-types": "^1.0.1",
"@remirror/messages": "^1.0.1",
"@remirror/core-constants": "^1.0.1",
"@remirror/core-helpers": "^1.0.2",
"@remirror/core-types": "^1.0.2",
"@remirror/messages": "^1.0.3",
"@types/min-document": "^2.19.0",

@@ -45,10 +49,10 @@ "css-in-js-utils": "^3.1.0",

"devDependencies": {
"@remirror/pm": "^1.0.1",
"@remirror/pm": "^1.0.3",
"@types/jsdom": "^16.2.13",
"@types/node": "^16.3.3",
"domino": "^2.1.6",
"jsdom": "^16.6.0"
"jsdom": "^17.0.0"
},
"peerDependencies": {
"@remirror/pm": "^1.0.1",
"@remirror/pm": "^1.0.3",
"@types/node": "*",

@@ -76,2 +80,2 @@ "domino": "*",

"rn:dev": "src/index.ts"
}
}

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