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

@editorjs/editorjs

Package Overview
Dependencies
Maintainers
1
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@editorjs/editorjs - npm Package Compare versions

Comparing version 2.11.5 to 2.11.6

2

package.json
{
"name": "@editorjs/editorjs",
"version": "2.11.5",
"version": "2.11.6",
"description": "Editor.js β€” Native JS, based on API and Open Source",

@@ -5,0 +5,0 @@ "main": "dist/editor.js",

@@ -36,3 +36,3 @@ <p align="center"><img src="https://capella.pics/79ce946a-d636-41cd-aa96-d3bc5ecfde03.jpg"></p>

- `New` *[Notifier API](https://github.com/codex-team/editor.js/blob/master/docs/api.md#notifierapi)* β€” methods for showing user notifications: on success, errors, warnings, etc.
- `New` *Block Tool* β€” [Table](http://github.com/codex-editor/table) constructor πŸ’ͺ
- `New` *Block Tool* β€” [Table](http://github.com/editor-js/table) constructor πŸ’ͺ
- `New` If one of the Tools is unavailable on Editor initialization, its Blocks will be rendered with *Dummy Block*, describing that user can not edit content of this Block. Dummy Blocks can be moved, removed and saved as normal Blocks. So saved data won't be lost if one of the Tools is failed

@@ -78,3 +78,3 @@ - `New` [Public TS-types](https://github.com/codex-team/editor.js/tree/master/types) are presented.

For example, `Paragraph`, `Heading`, `Image`, `Video`, `List` are Blocks. Each Block is represented by Plugin.
We have [many](http://github.com/codex-editor/) ready-to-use Plugins and the [simple API](docs/tools.md) for creation new ones.
We have [many](http://github.com/editor-js/) ready-to-use Plugins and the [simple API](docs/tools.md) for creation new ones.

@@ -88,3 +88,3 @@ So how to use the Editor after [Installation](docs/installation.md).

![](https://github.com/codex-editor/list/raw/master/assets/example.gif)
![](https://github.com/editor-js/list/raw/master/assets/example.gif)

@@ -190,7 +190,7 @@ - Select text fragment and apply a style or insert a link from the Inline Toolbar

For example check out our [Header](https://github.com/codex-editor/header) Tool that represents heading blocks.
For example check out our [Header](https://github.com/editor-js/header) Tool that represents heading blocks.
You can install Header Tool by the same way as the Editor (Node.js, CDN, local file).
Check [Editor.js's community](https://github.com/codex-editor/) to see more ready-to-use Tools.
Check [Editor.js's community](https://github.com/editor-js/) to see more ready-to-use Tools.

@@ -197,0 +197,0 @@ **Example:** use Header from CDN

Sorry, the diff of this file is too big to display

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