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.9.0 to 0.10.0

6

CHANGELOG.md
# Change Log
## [0.10.0 - 2020-02-10](https://github.com/alonrbar/easy-template-x/tree/v0.10.0)
### Added
- Expose `Docx.rawZipFile` property.
## [0.9.0 - 2020-02-10](https://github.com/alonrbar/easy-template-x/tree/v0.9.0)

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

1

dist/types/office/docx.d.ts

@@ -15,2 +15,3 @@ import { Constructor } from '../types';

readonly contentTypes: ContentTypesFile;
get rawZipFile(): Zip;
private _documentPath;

@@ -17,0 +18,0 @@ private _document;

2

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

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

@@ -36,2 +36,10 @@ import { MalformedFileError } from '../errors';

/**
* **Notice:** You should only use this property if there is no other way to
* do what you need. Use with caution.
*/
public get rawZipFile(): Zip {
return this.zip;
}
private _documentPath: string;

@@ -38,0 +46,0 @@ private _document: XmlNode;

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