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.30.0-rc.13 to 2.30.0-rc.14

2

dist/vendor.LICENSE.txt

@@ -412,3 +412,3 @@ Name: @babel/register

Name: @editorjs/paragraph
Version: 2.11.4
Version: 2.11.6
License: MIT

@@ -415,0 +415,0 @@ Private: false

{
"name": "@editorjs/editorjs",
"version": "2.30.0-rc.13",
"version": "2.30.0-rc.14",
"description": "Editor.js — Native JS, based on API and Open Source",

@@ -48,3 +48,3 @@ "main": "dist/editorjs.umd.js",

"@editorjs/header": "^2.7.0",
"@editorjs/paragraph": "^2.11.4",
"@editorjs/paragraph": "^2.11.6",
"@editorjs/simple-image": "^1.4.1",

@@ -51,0 +51,0 @@ "@types/node": "^18.15.11",

@@ -16,6 +16,6 @@ import {BaseTool, BaseToolConstructable} from './tool';

* Method that accepts selected range and wrap it somehow
* @param {Range} range - selection's range
* @param range - selection's range. If no active selection, range is null
* @deprecated use {@link MenuConfig} item onActivate property instead
*/
surround?(range: Range): void;
surround?(range: Range | null): void;

@@ -22,0 +22,0 @@ /**

Sorry, the diff of this file is not supported yet

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