
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
el-table-export
Advanced tools
Make the Table component in Element-UI support exporting text, json, csv, xls files
Make the Table component in Element-UI support exporting text, json, csv, xls files.
npm install el-table-export --save
or
yarn add el-table-export
Name | Desc | Type | Optional | Default |
---|---|---|---|---|
fileName | File Name | String | — | export |
type | Export Type | String | text / json / csv / xls | csv |
withBOM | Add BOM(byte order mark) meta to CSV file. BOM is expected by Excel when reading UTF8 CSV file. | Boolean | — | false |
useFormatter | Whether to use the formatter attribute provided by Element-UI. | Boolean | — | true |
delimiter | Available when the export format is CSV file. Source | String | — | , |
import elTableExport from "el-table-export";
elTableExport(this.$refs.elTable, {
fileName: "export-demo",
type: "csv",
withBOM: false,
}).then((result) => {
console.info("successfully");
}).catch((err) => {
console.info("Error: " , err);
});
FAQs
Make the Table component in Element-UI support exporting text, json, csv, xls files
We found that el-table-export demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.