New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

el-table-export

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

el-table-export - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

index.js

4

package.json
{
"name": "el-table-export",
"version": "1.0.6",
"version": "1.0.7",
"description": "配合Element-UI中的Table组件 导出text, json, csv, xls文件",
"main": "elTableExport.js",
"main": "index.js",
"scripts": {

@@ -7,0 +7,0 @@ "test": "echo \"Error: no test specified\" && exit 1",

@@ -50,3 +50,7 @@ # el-table-export

// 创建实例后使用 export() 方法执行导出功能
eteInstance.export();
eteInstance.export().then((result) => {
console.info('ok');
}).catch((err) => {
console.info(err);
});
```

@@ -53,0 +57,0 @@

Sorry, the diff of this file is not supported yet

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