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

csv4xls

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csv4xls - npm Package Versions

0.3.0

Diff

Changelog

Source

v0.3.0

  • add toString api
tkirby
published 0.2.0 •

Changelog

Source

v0.2.0

  • further minimize generated js file with mangling and compression
  • rename csv4xls.js, csv4xls.min.js to index.js and index.min.js
  • use csv4xls name in source
  • make module export simpler.
  • update main and browser field in package.json.
  • upgrade modules
  • patch test code to make it work with upgraded modules
  • release with compact directory structure
tkirby
published 0.1.0 •

Changelog

Source

v0.1.0

  • add download api for trigger csv download directly.
tkirby
published 0.0.2 •

Changelog

Source

v0.0.2

  • quote double quote properly by converting single double quote to double double quote.
  • quote all values when preparing csv strings from array to prevent from unexpected line-break or delimiter char.
  • use CR (carriage Return, \r) to all replace LF (line feed, \n) since excel seems prefer \r over \n.
tkirby
published 0.0.1 •

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