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

xlsx-template

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xlsx-template - npm Package Compare versions

Comparing version 1.4.2 to 1.4.3

lib/index.js.map

7

package.json
{
"name": "xlsx-template",
"version": "1.4.2",
"version": "1.4.3",
"description": "Generate .xlsx (Excel) files from templates built in Excel",

@@ -59,9 +59,8 @@ "main": "./lib/index",

"dependencies": {
"@kant2002/jszip": "2.7.1",
"elementtree": "^0.1.7",
"image-size": "^0.3.5",
"@kant2002/jszip": "2.7.1"
"image-size": "^1.0.2"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/jszip": "0.0.27",
"@types/node": "^14.0.27",

@@ -68,0 +67,0 @@ "jest": "^27.5.1",

@@ -206,2 +206,14 @@ # XLSX Template

### Version 1.4.3
* Fix potential issue when template has lot of images.
* Update image-size to 1.0.2
### Version 1.4.2
* Move to @kant2002/jszip which fix https://github.com/advisories/GHSA-36fh-84j7-cv5h
* Fix previously broken release.
### Version 1.4.1
* Move to @kant2002/jszip which fix https://github.com/advisories/GHSA-36fh-84j7-cv5h
* Also broke everything. **DONT USE THIS VERSION**
### Version 1.4.0

@@ -208,0 +220,0 @@ * substituteAll: Interpolate values for all the sheets using the given substitutions (#173) Thanks @jonathankeebler

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