Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.7 to 0.2.8

3

lib/libxl.js

@@ -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",

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