Socket
Socket
Sign inDemoInstall

libxl

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libxl - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

4

install-libxl.js

@@ -34,6 +34,6 @@ /**

var isWin = !!os.platform().match(/^win/),
isX64 = !!os.arch().match(/64$/),
isMac = !!os.platform().match(/^darwin/),
dependencyDir = 'deps',
libxlDir = path.join(dependencyDir, 'libxl'),
archiveUrl = 'http://www.libxl.com/download/libxl' + (isWin ? '.zip' : '.tar.gz'),
archiveUrl = 'http://www.libxl.com/download/libxl' + (isMac ? '-mac' : '') + (isWin ? '.zip' : '.tar.gz'),
archiveFile = path.join(dependencyDir, path.basename(archiveUrl));

@@ -40,0 +40,0 @@

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "0.0.8",
"version": "0.0.9",
"description": "libxl bindings for node",

@@ -8,0 +8,0 @@ "keywords": ["excel", "libxl", "spreadsheet"],

@@ -64,5 +64,3 @@ # What it is

The package currently supports Linux and Windows. Mac support
should be trivial to add, feel free to make a pull request
if you need it before I find time and a mac ;)
The package currently supports Linux, Windows and Mac.

@@ -79,2 +77,3 @@ # How to contribute

necessary libxl SDK before building.
* Martin Schröder for adding Mac support.
* Alexander Makarenko wrote

@@ -81,0 +80,0 @@ [node-excel-libxl](https://github.com/7eggs/node-excel-libxl)

Sorry, the diff of this file is not supported yet

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