excellentexport 3.9.6 → 3.9.7

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/README.md CHANGED
@@ -20,6 +20,11 @@
20
20
 
21
21
  # Revision history:
22
22
 
23
+ ### 3.9.7
24
+
25
+ * _Update npm dependencies to fix vulnerabilities_
26
+ * xlsx package loaded from CDN
27
+
23
28
  ### 3.9.6
24
29
 
25
30
  * Got a license from IntelliJ and helped to fix some things in the code
@@ -365,3 +370,7 @@ Example:
365
370
  **Publish**
366
371
 
367
372
  npm publish
373
+
374
+ ## Dependencies
375
+
376
+ - XLSX is not available from NPM anymore. Use https://cdn.sheetjs.com/ to install it.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * ExcellentExport 3.7.2
2
+ * ExcellentExport 3.9.7
3
3
  * A client side Javascript export to Excel.
4
4
  *
5
5
  * @author: Jordi Burgos (jordiburgos@gmail.com)