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

@aeaton/react-prosemirror

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aeaton/react-prosemirror - npm Package Compare versions

Comparing version 0.21.1 to 0.22.0

9

dist/index.js

@@ -597,3 +597,4 @@ module.exports =

},
attributes: _this.props.attributes
attributes: _this.props.attributes,
nodeViews: _this.props.nodeViews
});

@@ -1005,3 +1006,4 @@ return _this;

attributes = _props2.attributes,
render = _props2.render;
render = _props2.render,
nodeViews = _props2.nodeViews;

@@ -1014,3 +1016,4 @@

render: render,
onChange: this.onChange
onChange: this.onChange,
nodeViews: nodeViews
});

@@ -1017,0 +1020,0 @@ }

{
"name": "@aeaton/react-prosemirror",
"version": "0.21.1",
"version": "0.22.0",
"description": "A React component for ProseMirror",

@@ -5,0 +5,0 @@ "main": "dist",

@@ -26,3 +26,4 @@ import React from 'react'

},
attributes: this.props.attributes
attributes: this.props.attributes,
nodeViews: this.props.nodeViews
})

@@ -29,0 +30,0 @@ }

@@ -45,3 +45,3 @@ import React from 'react'

render () {
const { autoFocus, options, attributes, render } = this.props
const { autoFocus, options, attributes, render, nodeViews } = this.props

@@ -55,2 +55,3 @@ return (

onChange={this.onChange}
nodeViews={nodeViews}
/>

@@ -57,0 +58,0 @@ )

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