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

@remirror/extension-underline

Package Overview
Dependencies
Maintainers
1
Versions
277
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remirror/extension-underline - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

15

CHANGELOG.md
# @remirror/extension-underline
## 1.0.3
> 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.2

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

10

package.json
{
"name": "@remirror/extension-underline",
"version": "1.0.2",
"version": "1.0.3",
"description": "Add underline formatting to your text editor.",

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

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

@@ -40,3 +44,3 @@ "contributors": [

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

@@ -43,0 +47,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