Socket
Socket
Sign inDemoInstall

xlsx-style-fix

Package Overview
Dependencies
9
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.22 to 0.8.23

8

package.json
{
"name": "xlsx-style-fix",
"version": "0.8.22",
"author": "sheetjs",
"version": "0.8.23",
"author": "wish4129",
"description": "Excel (XLSB/XLSX/XLSM/XLS/XML) and ODS spreadsheet parser and writer (extended to enable read/write of cell formats with xlsx files)",

@@ -26,3 +26,3 @@ "keywords": [ "excel", "xls", "xlsx", "xlsb", "xlsm", "ods", "office", "spreadsheet" ],

},
"repository": { "type":"git", "url":"git://github.com/protobi/js-xlsx.git#beta" },
"repository": { "type":"git", "url":"git://github.com/wish4129/js-xlsx.git" },
"scripts": {

@@ -37,5 +37,5 @@ "pretest": "git submodule init && git submodule update",

},
"bugs": { "url": "https://github.com/protobi/js-xlsx/issues" },
"bugs": { "url": "https://github.com/wish4129/js-xlsx/issues" },
"license": "Apache-2.0",
"engines": { "node": ">=0.8" }
}

@@ -1,2 +0,2 @@

# xlsx-style
# xlsx-style-fix

@@ -6,7 +6,9 @@ Parser and writer for various spreadsheet formats. Pure-JS cleanroom implementation from official specifications and related documents.

# About this fork
**NOTE:** [This project](https://github.com/SheetJS/js-xlsx/tree/beta) is a fork of the original (and awesome) [SheetJS/xlsx](https://github.com/SheetJS/js-xlsx) project.
**NOTE:** [This project](https://github.com/wish4129/js-xlsx/) is a fork of the original (and awesome) [SheetJS/xlsx](https://github.com/SheetJS/js-xlsx) project and forked version https://github.com/protobi/js-xlsx.
It is extended to enable cell formats to be read from and written to .xlsx workbooks.
The intent is to provide a temporary means of using these features in practice, and ultimately to merge this into the primary project.
Report any issues to https://github.com/protobi/js-xlsx/issues.
Report any issues to https://github.com/wish4129/js-xlsx/issues.
It's fix for the reported bug as mentioned on: https://github.com/protobi/js-xlsx/issues/78
For those contributing to this fork:

@@ -42,3 +44,3 @@ * `master` is the main branch, which follows the original repo to enable a future pull request.

```sh
npm install xlsx-style --save
npm install xlsx-style-fix --save
```

@@ -45,0 +47,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc