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.11 to 2.12.0

8

dist/editor.licenses.txt

@@ -103,7 +103,7 @@ @babel/polyfill

codex-notifier
@editorjs/paragraph
MIT
MIT License
Copyright (c) 2017 CodeX
Copyright (c) 2018 CodeX

@@ -129,7 +129,7 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

codex.editor.paragraph
codex-notifier
MIT
MIT License
Copyright (c) 2018 CodeX
Copyright (c) 2017 CodeX

@@ -136,0 +136,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "@editorjs/editorjs",
"version": "2.11.11",
"version": "2.12.0",
"description": "Editor.js — Native JS, based on API and Open Source",

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

@@ -20,2 +20,9 @@ import {OutputData} from '../data-formats/output-data';

/**
* Render passed HTML string
* @param {string} data
* @return {Promise<void>}
*/
renderFromHTML(data: string): Promise<void>;
/**
* Removes current Block

@@ -22,0 +29,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