Socket
Socket
Sign inDemoInstall

libxl

Package Overview
Dependencies
0
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

.~lock.demo.xls#

2

package.json

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

"license": "MIT",
"version": "0.0.4",
"version": "0.0.5",
"description": "libxl bindings for node",

@@ -8,0 +8,0 @@ "keywords": ["excel", "libxl", "spreadsheet"],

@@ -1,1 +0,4 @@

Node.js bindings for libxl.
Node.js bindings for libxl. API coverage is a work in progress; see demo.js,
jasmine specs and the class initializers
(Book::Initialize, Sheet::Initialize, Format::Initialize)
to find out what is currently supported :).

@@ -43,2 +43,5 @@ var xl = require('./lib/libxl');

book.writeSync('test.xls');
delete barsheet.book;
barsheet.book = 1;
format4.book.writeSync('test.xls');

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc