Comparing version 0.2.7 to 0.2.8
@@ -6,3 +6,4 @@ var os = require('os'), | ||
var paths = [process.env['NODE_LIBXL_PATH']] || []; | ||
var paths = process.env['NODE_LIBXL_PATH'] ? | ||
[process.env['NODE_LIBXL_PATH']] : []; | ||
@@ -9,0 +10,0 @@ paths.push( |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "Node bindings for the libxl library for reading and writing excel (XLS and XLSX) spreadsheets.", | ||
@@ -30,3 +30,3 @@ "keywords": [ | ||
"dependencies": { | ||
"nan": "~1.3.0", | ||
"nan": "~1.5.1", | ||
"ftp": "~0.3.0", | ||
@@ -33,0 +33,0 @@ "tmp": "~0.0.24", |
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
970411
1754
7
+ Addednan@1.5.3(transitive)
- Removednan@1.3.0(transitive)
Updatednan@~1.5.1