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

xlsx-style-rows

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

xlsx-style-rows - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

downExcel.ts

@@ -165,3 +165,3 @@ import XLSX from './xlsx'

// 下载功能
const saveAs = (obj, fileName) => {
const saveAs = (obj: any, fileName: any) => {
let tmpa = document.createElement('a')

@@ -168,0 +168,0 @@ tmpa.download = fileName || '未命名'

@@ -92,3 +92,3 @@ {

},
"version": "1.0.3"
"version": "1.0.4"
}
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