jodit-react
Advanced tools
Comparing version 1.0.59 to 1.0.60
{ | ||
"name": "jodit-react", | ||
"version": "1.0.59", | ||
"version": "1.0.60", | ||
"description": "Jodit is awesome and usefully wysiwyg editor with filebrowser", | ||
@@ -19,3 +19,3 @@ "main": "build/jodit-react.js", | ||
"dependencies": { | ||
"jodit": "^3.4.23" | ||
"jodit": "^3.4.24" | ||
}, | ||
@@ -27,6 +27,6 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "^7.11.1", | ||
"@babel/preset-env": "^7.11.0", | ||
"@babel/core": "^7.11.5", | ||
"@babel/preset-env": "^7.11.5", | ||
"@babel/preset-react": "^7.10.4", | ||
"@types/react": "^16.9.46", | ||
"@types/react": "^16.9.49", | ||
"babel": "^6.23.0", | ||
@@ -33,0 +33,0 @@ "babel-cli": "^6.26.0", |
@@ -69,2 +69,3 @@ import React, { useEffect, useRef, forwardRef, useLayoutEffect } from 'react' | ||
onChange: func, | ||
editorRef: func, | ||
tabIndex: number, | ||
@@ -71,0 +72,0 @@ value: string, |
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
117758
406
Updatedjodit@^3.4.24