Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

easy-template-x

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

easy-template-x - npm Package Compare versions

Comparing version 0.10.2 to 0.10.3

6

CHANGELOG.md
# Change Log
## [0.10.3 - 2020-02-16](https://github.com/alonrbar/easy-template-x/tree/v0.10.3)
### Fixed
- Parsing of tags with custom delimiters.
## [0.10.2 - 2020-02-16](https://github.com/alonrbar/easy-template-x/tree/v0.10.2)

@@ -4,0 +10,0 @@

2

package.json
{
"name": "easy-template-x",
"version": "0.10.2",
"version": "0.10.3",
"description": "Generate docx documents from templates, in Node or in the browser.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -122,3 +122,3 @@ import { Delimiters } from '../delimiters';

if (curDelimiter.xmlTextNode === closeDelimiter.xmlTextNode) {
curDelimiter.index -= closeDelimiter.index + 1;
curDelimiter.index -= closeDelimiter.index + this.delimiters.tagEnd.length;
updated = true;

@@ -125,0 +125,0 @@ }

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc