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

xlsx-write-stream

Package Overview
Dependencies
Maintainers
3
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.9 to 0.0.10

2

dist/templates/cell.js

@@ -14,3 +14,3 @@ 'use strict';

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

@@ -17,0 +17,0 @@ }

{
"name": "xlsx-write-stream",
"version": "0.0.9",
"version": "0.0.10",
"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