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

@remirror/extension-react-component

Package Overview
Dependencies
Maintainers
1
Versions
278
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remirror/extension-react-component - npm Package Compare versions

Comparing version 0.0.0-pr885.1 to 0.0.0-pr901.1

6

dist/remirror-extension-react-component.browser.cjs.js

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

if (core.isString(domSpec) || core.isDomNode(domSpec)) {
if (core.isString(domSpec) || isDomNodeOutputSpec(domSpec)) {
return;

@@ -587,2 +587,6 @@ }

function isDomNodeOutputSpec(value) {
return core.isDomNode(value) || core.isPlainObject(value) && core.isDomNode(value.dom);
}
var _dec, _class, _temp;

@@ -589,0 +593,0 @@ /**

@@ -501,3 +501,3 @@ import _slicedToArray from '@babel/runtime/helpers/esm/slicedToArray';

if (isString(domSpec) || isDomNode(domSpec)) {
if (isString(domSpec) || isDomNodeOutputSpec(domSpec)) {
return;

@@ -583,2 +583,6 @@ }

function isDomNodeOutputSpec(value) {
return isDomNode(value) || isPlainObject(value) && isDomNode(value.dom);
}
var _dec, _class, _temp;

@@ -585,0 +589,0 @@ /**

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

if (core.isString(domSpec) || core.isDomNode(domSpec)) {
if (core.isString(domSpec) || isDomNodeOutputSpec(domSpec)) {
return;

@@ -587,2 +587,6 @@ }

function isDomNodeOutputSpec(value) {
return core.isDomNode(value) || core.isPlainObject(value) && core.isDomNode(value.dom);
}
var _dec, _class, _temp;

@@ -589,0 +593,0 @@ /**

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

if (core.isString(domSpec) || core.isDomNode(domSpec)) {
if (core.isString(domSpec) || isDomNodeOutputSpec(domSpec)) {
return;

@@ -579,2 +579,6 @@ }

function isDomNodeOutputSpec(value) {
return core.isDomNode(value) || core.isPlainObject(value) && core.isDomNode(value.dom);
}
var _dec, _class, _temp;

@@ -581,0 +585,0 @@ /**

@@ -501,3 +501,3 @@ import _slicedToArray from '@babel/runtime/helpers/esm/slicedToArray';

if (isString(domSpec) || isDomNode(domSpec)) {
if (isString(domSpec) || isDomNodeOutputSpec(domSpec)) {
return;

@@ -583,2 +583,6 @@ }

function isDomNodeOutputSpec(value) {
return isDomNode(value) || isPlainObject(value) && isDomNode(value.dom);
}
var _dec, _class, _temp;

@@ -585,0 +589,0 @@ /**

18

package.json
{
"name": "@remirror/extension-react-component",
"version": "0.0.0-pr885.1",
"version": "0.0.0-pr901.1",
"description": "Create prosemirror node views from your react components",

@@ -39,12 +39,12 @@ "keywords": [

"dependencies": {
"@babel/runtime": "^7.13.7",
"@remirror/core": "0.0.0-pr885.1",
"@remirror/messages": "0.0.0-pr885.1",
"@babel/runtime": "^7.13.10",
"@remirror/core": "0.0.0-pr901.1",
"@remirror/messages": "0.0.0-pr901.1",
"nanoevents": "^5.1.10"
},
"devDependencies": {
"@remirror/pm": "0.0.0-pr885.1",
"@remirror/react": "0.0.0-pr885.1",
"@types/react": "^17.0.1",
"@types/react-dom": "^17.0.0",
"@remirror/pm": "0.0.0-pr901.1",
"@remirror/react": "0.0.0-pr901.1",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"react": "^17.0.1",

@@ -54,3 +54,3 @@ "react-dom": "^17.0.1"

"peerDependencies": {
"@remirror/pm": "0.0.0-pr885.1",
"@remirror/pm": "0.0.0-pr901.1",
"@types/react": "^16.14.0 || ^17",

@@ -57,0 +57,0 @@ "@types/react-dom": "^16.9.0 || ^17",

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