smartrte-react 0.1.15 → 0.1.16

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -548,7 +548,7 @@ const ClassicEditor = dynamic(
548
548
 
549
549
  ### Reporting Security Issues
550
550
 
551
- If you discover a security vulnerability, please email [security@yourdomain.com] instead of using the issue tracker.
551
+ If you discover a security vulnerability, please email [support@openstash.in] instead of using the issue tracker.
552
552
 
553
553
  ### Content Sanitization
554
554
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "smartrte-react",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "A powerful, feature-rich Rich Text Editor for React with support for tables, mathematical formulas (LaTeX/KaTeX), and media management",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",