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 1.0.4 to 1.0.5

15

CHANGELOG.md
# @remirror/extension-react-component
## 1.0.5
> 2021-08-29
### Patch Changes
- Don't install `@remirror/theme` as a dependency of `@remirror/core`.
* Add a new `UploadExtension` to the built-in preset, which will manage all upload states from `FileExtension` and other extensions in the future.
**Breaking changes**: `UploadContext` and `FileUploader` are now exported by `@remirror/core` instead of `@remirror/extension-file`.
* Updated dependencies []:
- @remirror/core@1.1.0
## 1.0.4

@@ -4,0 +19,0 @@

12

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

@@ -11,3 +11,7 @@ "keywords": [

"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__extension-react-component",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__extension-react-component",
"repository": {
"type": "git",
"url": "https://github.com/remirror/remirror.git",
"directory": "packages/remirror__extension-react-component"
},
"license": "MIT",

@@ -41,3 +45,3 @@ "contributors": [

"@babel/runtime": "^7.13.10",
"@remirror/core": "^1.0.3",
"@remirror/core": "^1.1.0",
"@remirror/messages": "^1.0.2",

@@ -48,3 +52,3 @@ "nanoevents": "^5.1.13"

"@remirror/pm": "^1.0.2",
"@remirror/react": "^1.0.4",
"@remirror/react": "^1.0.6",
"@types/react": "^17.0.14",

@@ -51,0 +55,0 @@ "@types/react-dom": "^17.0.9",

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