@editorjs/editorjs
Advanced tools
Comparing version 2.20.0 to 2.20.1
@@ -20,3 +20,3 @@ /*! | ||
* | ||
* @version 2.20.0 | ||
* @version 2.20.1 | ||
* | ||
@@ -39,14 +39,2 @@ * @licence Apache-2.0 | ||
/** | ||
* If developer uses editor's API, then he can customize sanitize restrictions. | ||
* Or, sanitizing config can be defined globally in editors initialization. That config will be used everywhere | ||
* At least, if there is no config overrides, that API uses Default configuration | ||
* | ||
* @see {@link https://www.npmjs.com/package/html-janitor} | ||
* @license Apache-2.0 | ||
* @see {@link https://github.com/guardian/html-janitor/blob/master/LICENSE} | ||
* | ||
* @param {SanitizerConfig} config - sanitizer extension | ||
*/ | ||
/** | ||
* Editor.js | ||
@@ -53,0 +41,0 @@ * |
{ | ||
"name": "@editorjs/editorjs", | ||
"version": "2.20.0", | ||
"version": "2.20.1", | ||
"description": "Editor.js — Native JS, based on API and Open Source", | ||
@@ -57,2 +57,3 @@ "main": "dist/editor.js", | ||
"cypress": "^6.8.0", | ||
"cypress-intellij-reporter": "^0.0.6", | ||
"eslint": "^6.8.0", | ||
@@ -59,0 +60,0 @@ "eslint-config-codex": "^1.3.3", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
449653
47