easy-template-x
Advanced tools
Comparing version 0.7.1 to 0.7.2
# Change Log | ||
## [0.7.2 - 2019-10-10](https://github.com/alonrbar/easy-template-x/tree/v0.7.2) | ||
### Fixed | ||
- Re-fix "Binary type 'Buffer' is not supported" on Node. | ||
## [0.7.1 - 2019-10-03](https://github.com/alonrbar/easy-template-x/tree/v0.7.1) | ||
@@ -50,2 +56,3 @@ | ||
- Template plugins can be async. | ||
- Improved the docs (readme). | ||
@@ -55,3 +62,2 @@ ### Changed | ||
- **BREAKING**: `RawXmlPlugin` requires data of the form `{ _type: 'rawXml', xml: string }`. | ||
- **BREAKING** `TemplateCompiler.compile` (advanced api) returns a promise. | ||
@@ -58,0 +64,0 @@ ### Removed |
{ | ||
"name": "easy-template-x", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "Generate docx documents from templates, in Node or in the browser.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
0
571725
7103