Socket
Socket
Sign inDemoInstall

libxl

Package Overview
Dependencies
30
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.2 to 0.4.0

6

CHANGELOG.md
# Changelog
## 0.4.0
* Fix build on node 12
* Drop support for node < 10
* Dependency bump
## 0.3.2

@@ -4,0 +10,0 @@

14

package.json

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

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

@@ -23,3 +23,3 @@ "keywords": [

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

@@ -32,11 +32,11 @@ "main": "./lib/libxl.js",

"dependencies": {
"adm-zip": "~0.4.7",
"adm-zip": "~0.4.13",
"md5": "~2.2.1",
"nan": "~2.10.0",
"tar": "~4.4.1",
"tmp": "~0.0.29"
"nan": "~2.14.0",
"tar": "~4.4.10",
"tmp": "~0.1.0"
},
"devDependencies": {
"jshint": "~2.9.3"
"jshint": "~2.10.2"
}
}

@@ -5,3 +5,3 @@ [![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 versions starting from 4.0.0
Node.js bindings for [libxl](http://www.libxl.com/). Node versions starting from 10.0.0
are supported (see 'Platform and Node.js support' below for details).

@@ -219,4 +219,4 @@

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
The current branch (0.4.x) supports all current versions of Node.js starting with 10.0.0.
If you need support for older Node versions, use the 0.3.x and 0.2.x branches --- those support
Node.js down to version 0.10.0.

@@ -223,0 +223,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

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

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

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

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc