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.17 to 0.2.18

5

CHANGELOG.md

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

* Migrate from MD5 to md5.
## 0.2.18
* Bump nan, fixes build on node 6.0.
* Bump npm dependency versions.

10

package.json

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

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

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

"dependencies": {
"md5": "~2.0.0",
"adm-zip": "~0.4.7",
"ftp": "~0.3.10",
"nan": "~2.0.8",
"tar": "~2.2.0",
"tmp": "~0.0.27"
"md5": "~2.0.0",
"nan": "~2.3.2",
"tar": "~2.2.1",
"tmp": "~0.0.28"
}
}
[![Build Status](https://travis-ci.org/DirtyHairy/node-libxl.svg?branch=release-0.2)](https://travis-ci.org/DirtyHairy/node-libxl)
[![npm version](https://badge.fury.io/js/libxl.svg)](https://badge.fury.io/js/libxl)
# What it is

@@ -3,0 +4,0 @@

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