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.12.1 to 2.12.2

2

package.json
{
"name": "@editorjs/editorjs",
"version": "2.12.1",
"version": "2.12.2",
"description": "Editor.js — Native JS, based on API and Open Source",

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

@@ -1,2 +0,2 @@

import {API} from '../index';
import {API, ToolSettings} from '../index';
import {ToolConfig} from './tool-config';

@@ -32,3 +32,3 @@ import {SanitizerConfig} from '../configs';

*/
new (config: {api: API}): BaseTool;
new (config: {api: API, config?: ToolSettings}): BaseTool;

@@ -35,0 +35,0 @@ /**

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