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

@silencesys/xlsx-to-xml

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@silencesys/xlsx-to-xml - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

13

package.json
{
"name": "@silencesys/xlsx-to-xml",
"version": "1.0.0",
"version": "1.0.1",
"description": "Export XLSX files to XML",
"main": "./lib/exporter.js",
"type": "module",
"keywords": [
"xlsx",
"xml",
"spreadsheet",
"excel",
"exporter"
],
"bin": {

@@ -15,3 +22,7 @@ "xlsx-to-xml": "./bin/index.js"

"yargs": "^17.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/silencesys/dh--xlsx-to-xml"
}
}

@@ -5,2 +5,5 @@ # XLSX to XML

<br>
<br>
## How to use

@@ -18,2 +21,4 @@

<br>
### Available options

@@ -27,2 +32,5 @@ | Option | Description |

<br>
<br>
## Config file

@@ -60,6 +68,12 @@ The config file is a standard JSON file with following structure:

<br>
<br>
## Contributing
All the code is open source and you can contribute to the project by creating pull requests.
<br>
<br>
## License
This project is licensed under the [MIT license](LICENSE.md).
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