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.16 to 0.2.17

5

CHANGELOG.md

@@ -10,1 +10,6 @@ # Changelog

* Bump nan, fix resulting build issues -> io.js 3.2 support
## 0.2.17
* Bump npm dependency versions.
* Migrate from MD5 to md5.

2

install-libxl.js

@@ -32,3 +32,3 @@ /**

util = require('util'),
md5 = require('MD5'),
md5 = require('md5'),
zlib = require('zlib'),

@@ -35,0 +35,0 @@ tar = require('tar');

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

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

@@ -30,9 +30,9 @@ "keywords": [

"dependencies": {
"MD5": "~1.2.1",
"md5": "~2.0.0",
"adm-zip": "~0.4.7",
"ftp": "~0.3.8",
"ftp": "~0.3.10",
"nan": "~2.0.8",
"tar": "~2.0.1",
"tmp": "~0.0.24"
"tar": "~2.2.0",
"tmp": "~0.0.27"
}
}
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