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

easy-template-x

Package Overview
Dependencies
Maintainers
0
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 4.1.0 to 4.1.1

dist/cjs/easy-template-x.cjs

2

dist/types/zip/jsZipHelper.d.ts

@@ -1,2 +0,2 @@

import * as JSZip from 'jszip';
import JSZip from 'jszip';
import { Constructor } from '../types';

@@ -3,0 +3,0 @@ import { Binary } from '../utils';

@@ -1,2 +0,2 @@

import * as JSZip from 'jszip';
import JSZip from 'jszip';
import { Constructor } from '../types';

@@ -3,0 +3,0 @@ import { Binary } from '../utils';

{
"name": "easy-template-x",
"version": "4.1.0",
"version": "4.1.1",
"description": "Generate docx documents from templates, in Node or in the browser.",

@@ -24,4 +24,8 @@ "keywords": [

"type": "module",
"main": "dist/cjs/easy-template-x.js",
"module": "dist/es/easy-template-x.js",
"main": "dist/cjs/easy-template-x.cjs",
"module": "dist/es/easy-template-x.mjs",
"exports": {
"require": "./dist/cjs/easy-template-x.cjs",
"import": "./dist/es/easy-template-x.mjs"
},
"typings": "dist/types/index.d.ts",

@@ -33,3 +37,3 @@ "files": [

"scripts": {
"clean": "rimraf .tmp dist test-reports",
"clean": "rimraf .tmp dist test-reports && yarn clean-dist-verify",
"typecheck": "tsc --noEmit",

@@ -42,3 +46,9 @@ "lint": "eslint \"./{src,test}/**/!(*.d).ts\"",

"build": "yarn build-types && yarn build-src",
"release": "yarn clean && yarn quality && yarn build"
"release": "yarn clean && yarn quality && yarn build && yarn dist-verify",
"dist-verify": "yarn dist-verify-cjs && yarn dist-verify-es",
"dist-verify-cjs": "cd dist-verify/cjs && npm install && node main.js",
"dist-verify-es": "cd dist-verify/es && npm install && node main.js",
"clean-dist-verify": "yarn clean-dist-verify-cjs && yarn clean-dist-verify-es",
"clean-dist-verify-cjs": "rimraf dist-verify/cjs/node_modules dist-verify/cjs/package-lock.json",
"clean-dist-verify-es": "rimraf dist-verify/es/node_modules dist-verify/es/package-lock.json"
},

@@ -45,0 +55,0 @@ "packageManager": "yarn@4.3.1",

@@ -1,2 +0,2 @@

import * as JSZip from 'jszip';
import JSZip from 'jszip';
import { MissingArgumentError } from '../errors';

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

@@ -1,2 +0,2 @@

import * as JSZip from 'jszip';
import JSZip from 'jszip';
import { Constructor } from '../types';

@@ -3,0 +3,0 @@ import { Binary } from '../utils';

@@ -1,2 +0,2 @@

import * as JSZip from 'jszip';
import JSZip from 'jszip';
import { Constructor } from '../types';

@@ -3,0 +3,0 @@ import { Binary } from '../utils';

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