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

xlsx-write-stream

Package Overview
Dependencies
Maintainers
6
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xlsx-write-stream - npm Package Compare versions

Comparing version 0.0.21 to 0.0.22

5

dist/templates/row.js

@@ -18,3 +18,6 @@ 'use strict';

function row(index, values, shouldFormat) {
return ` <row r="${index + 1}" spans="1:${values.length}" x14ac:dyDescent="0.2">${values.map((cellValue, cellIndex) => (0, _cell2.default)(cellValue, (0, _utils.getCellId)(index, cellIndex), shouldFormat)).join("\n\t\t\t")} </row>`;
return `
<row r="${index + 1}" spans="1:${values.length}" x14ac:dyDescent="0.2">
${values.map((cellValue, cellIndex) => (0, _cell2.default)(cellValue, (0, _utils.getCellId)(index, cellIndex), shouldFormat)).join("\n\t\t\t")}
</row>`;
}

2

package.json
{
"name": "xlsx-write-stream",
"version": "0.0.21",
"version": "0.0.22",
"description": "XLSX stream writer",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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