Comparing version 0.3.2 to 0.4.0
# Changelog | ||
## 0.4.0 | ||
* Fix build on node 12 | ||
* Drop support for node < 10 | ||
* Dependency bump | ||
## 0.3.2 | ||
@@ -4,0 +10,0 @@ |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
8
305106
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addednan@2.14.2(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedrimraf@2.7.1(transitive)
+ Addedtmp@0.1.0(transitive)
+ Addedwrappy@1.0.2(transitive)
- Removednan@2.10.0(transitive)
- Removedos-tmpdir@1.0.2(transitive)
- Removedtmp@0.0.33(transitive)
Updatedadm-zip@~0.4.13
Updatednan@~2.14.0
Updatedtar@~4.4.10
Updatedtmp@~0.1.0