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.0 to 0.10.1

6

CHANGELOG.md
# Change Log
## [0.10.1 - 2020-02-12](https://github.com/alonrbar/easy-template-x/tree/v0.10.1)
### Fixed
- Export extensions types.
## [0.10.0 - 2020-02-10](https://github.com/alonrbar/easy-template-x/tree/v0.10.0)

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

1

dist/types/index.d.ts
export * from './compilation';
export * from './extensions';
export * from './errors';

@@ -3,0 +4,0 @@ export * from './office';

2

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

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

@@ -321,4 +321,6 @@ # easy-template-x

By default no extensions will be loaded.
To write an extension inherit from the [TemplateExtension](./src/extensions/templateExtension.ts) class.
By default no extension is loaded.
Extensions and the order they run in are specified via the `TemplateHandlerOptions`.

@@ -325,0 +327,0 @@

export * from './compilation';
export * from './extensions';
export * from './errors';

@@ -3,0 +4,0 @@ export * from './office';

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