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.2.20 to 0.3.0

specs/output/writetest.xls

2

install-libxl.js

@@ -152,3 +152,3 @@ /**

decompressedStream = fileStream.pipe(zlib.createGunzip()),
untarStream = tar.Extract({path: destination});
untarStream = tar.x({cwd: destination});

@@ -155,0 +155,0 @@ untarStream.on('end', function() {

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

"license": "MIT",
"version": "0.2.20",
"version": "0.3.0",
"description": "Node bindings for the libxl library for reading and writing excel (XLS and XLSX) spreadsheets.",

@@ -13,2 +13,3 @@ "keywords": [

],
"files": ["install-libxl.js", "demo.js", "specs", "lib", "src", "binding.gyp"],
"homepage": "https://github.com/DirtyHairy/node-libxl",

@@ -23,3 +24,3 @@ "repository": {

"engines": {
"node": ">=0.10"
"node": ">=4.0.0"
},

@@ -34,4 +35,4 @@ "main": "./lib/libxl.js",

"md5": "~2.2.1",
"nan": "~2.4.0",
"tar": "~2.2.1",
"nan": "~2.10.0",
"tar": "~4.4.1",
"tmp": "~0.0.29"

@@ -38,0 +39,0 @@ },

@@ -5,5 +5,4 @@ [![Build Status](https://travis-ci.org/DirtyHairy/node-libxl.svg?branch=release-0.2)](https://travis-ci.org/DirtyHairy/node-libxl)

Node.js bindings for [libxl](http://www.libxl.com/). Node 0.12 and Node 0.10 are
both supported, Node 0.11.13 and higher work, too. Iojs starting with version
1.0.3 is supported as well (older versions might work).
Node.js bindings for [libxl](http://www.libxl.com/). Node versions starting from 4.0.0
are supported (see 'Platform and Node.js support' below for details).

@@ -41,7 +40,7 @@ # Compilation and Installation

Linux.
**Copying the library into the working directory** where you run the script which
uses the bindings. The name of the library file is `libxl.so` on Linux,
`libxl.dylib` on Mac and `libxl.dll` on Windows.
**Properly setting the `LD_LIBRARY_PATH` (Linux) or `DYLD_LIBRARY_PATH` (Mac)**

@@ -51,3 +50,3 @@ environment variable. For example, the following command will execute the

installed separately
LD_LIBRARY_PATH="`pwd`/deps/libxl/lib:`pwd`/deps/libxl/lib64:$LD_LIBRARY_PATH" node demo.js

@@ -214,6 +213,21 @@

# Platform support
# Platform and Node.js support
## Platforms
The package supports Linux, Windows and Mac.
## Node.js
The current branch (0.3.x) supports all current versions of Node.js starting with 4.0.0.
If you need support for older Node versions, use the 0.2.x branch --- this supports
Node.js down to version 0.10.0.
## Restrictions
Some of the newer parts of the libxl API are currently unsupported. Nag me to implement
them if you miss anything (or provide a pull request).
The async hooks API introduced with Node.js 9 is currently unsupported.
# Tests

@@ -235,3 +249,3 @@

libxl that are particularily slow, asynchroneous version of those could be added
as well. Note that only the latest version branch (0.2.x) is maintained and
as well. Note that only the latest version branch (0.3.x) is maintained and
supported.

@@ -238,0 +252,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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