New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

docx-templates

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docx-templates - npm Package Compare versions

Comparing version 2.9.0-rc.1 to 2.9.0

2

package.json
{
"name": "docx-templates",
"version": "2.9.0-rc.1",
"version": "2.9.0",
"description": "Template-based docx report creation",

@@ -5,0 +5,0 @@ "main": "lib/indexNode.js",

@@ -248,9 +248,17 @@ # Docx-templates [![Build Status](https://travis-ci.org/guigrpa/docx-templates.svg)](https://travis-ci.org/guigrpa/docx-templates) [![Coverage Status](https://coveralls.io/repos/github/guigrpa/docx-templates/badge.svg?branch=master)](https://coveralls.io/github/guigrpa/docx-templates?branch=master) [![npm version](https://img.shields.io/npm/v/docx-templates.svg)](https://www.npmjs.com/package/docx-templates)

+++EXEC
const myFun = () => Math.random();
const MY_CONSTANT = 3;
myFun = () => Math.random();
MY_CONSTANT = 3;
+++
+++! const ANOTHER_CONSTANT = 5; +++
+++! ANOTHER_CONSTANT = 5; +++
```
Usage elsewhere will then look like
```
+++= MY_CONSTANT +++
+++= ANOTHER_CONSTANT +++
+++= myFun() +++
```
### `IMAGE`

@@ -257,0 +265,0 @@

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