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

xlsx-write-stream

Package Overview
Dependencies
Maintainers
1
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.3 to 0.0.4

4

dist/templates/cell.js

@@ -14,4 +14,6 @@ 'use strict';

return `<c r="${cell}" t="inlineStr"><is><t>${(0, _utils.escape)(value)}</t></is></c>`;
} else if (value) {
return `<c r="${cell}" t="n"><v>${value}</v></c>`;
}
return `<c r="${cell}" t="n"><v>${value}</v></c>`;
return '';
};

@@ -18,0 +20,0 @@

{
"name": "xlsx-write-stream",
"version": "0.0.3",
"version": "0.0.4",
"description": "Apify xlsx write stream helper",

@@ -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