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

table-to-excel

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

table-to-excel - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

index.html

2

package.json
{
"name": "table-to-excel",
"version": "1.0.2",
"version": "1.0.3",
"description": "table-to-excel",

@@ -5,0 +5,0 @@ "main": "table-to-excel.js",

@@ -9,3 +9,3 @@

###Use
```bash
var tableToExcel=new TableToExcel();

@@ -21,5 +21,5 @@ document.getElementById('button').onclick=function(){

};
```
[github](https://github.com/ecofe/tabletoexcel)

@@ -55,3 +55,3 @@ /**

var border = n % 2 != 0 ? "border-top:1px solid #fff;" : "";
trArr.push('<tr><td style="background:#ddd; color:#fff;" colspan="' + param[0].length + '">' + title[n][0] + '</td></tr>');
trArr.push('<tr><td style="background:'+title[n].bg+'; color:'+title[n].color+';" colspan="' + param[0].length + '">' + title[n].text + '</td></tr>');
}

@@ -58,0 +58,0 @@ }

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