jodit-react 1.1.23 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.idea/codeStyles/Project.xml +8 -0
- package/.idea/codeStyles/codeStyleConfig.xml +5 -0
- package/.idea/deployment.xml +154 -0
- package/.idea/encodings.xml +4 -0
- package/.idea/inspectionProfiles/Project_Default.xml +17 -0
- package/.idea/jodit-react.iml +8 -0
- package/.idea/jsLibraryMappings.xml +6 -0
- package/.idea/markdown-navigator-enh.xml +29 -0
- package/.idea/markdown-navigator.xml +55 -0
- package/.idea/misc.xml +6 -0
- package/.idea/modules.xml +8 -0
- package/.idea/vagrant.xml +7 -0
- package/.idea/vcs.xml +6 -0
- package/.idea/workspace.xml +281 -0
- package/CHANGELOG.md +16 -0
- package/SECURITY.md +10 -0
- package/build/jodit-react.js +1 -1
- package/examples/app.js +2 -2
- package/examples/components/Form.css +5 -0
- package/examples/components/Form.js +117 -0
- package/package.json +23 -2
- package/src/JoditEditor.js +64 -52
- package/src/include.jodit.js +3 -3
- package/src/index.js +3 -3
- package/.editorconfig +0 -15
- package/examples/components/From.js +0 -88
- package/examples/webpack.config.js +0 -40
- package/webpack.config.js +0 -71
package/SECURITY.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# Reporting security issues
|
|
2
|
+
|
|
3
|
+
If you believe you have found a security issue in the Jodit software, please contact us immediately.
|
|
4
|
+
|
|
5
|
+
When reporting a suspected security problem, please bear this in mind:
|
|
6
|
+
|
|
7
|
+
* Make sure to provide as many details as possible about the vulnerability.
|
|
8
|
+
* Please do not disclose publicly any security issues until we fix them and publish security releases.
|
|
9
|
+
|
|
10
|
+
Contact the security team at security@xdsoft.net. As soon as we receive the security report, we'll work promptly to confirm the issue and then to provide a security fix.
|