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 3.0.3 to 3.0.4

2

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

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

@@ -91,3 +91,3 @@ import { MissingArgumentError } from '../errors';

attributes = ' ' + attributeNames
.map(name => `${name}="${node.attributes[name]}"`)
.map(name => `${name}="${this.encodeValue(node.attributes[name] || '')}"`)
.join(' ');

@@ -94,0 +94,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