
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Little JavaScript plugin to generate CSV files.
You can download the latest version of obj2csv from the GitHub releases.
In order use this plugin, following steps have to be taken:
<script src='./dist/csvjs.min.js'></script>
JavaScript
code to your code to print your object:obj2csv({
exportable: data
})
Note: data
must be an object which needs to be printed out.
In order to have this project as a development environment, following steps have to be taken:
npm install
npm run watch
Also in order to test the code:
npm install httpserver -g
httpserver
Then in order to test the plugin, navigate to the following page:
http://localhost:8080/test.html
obj2csv is available under the MIT license.
FAQs
A javascript based plugin to generate CSV out of an object.
The npm package obj2csv receives a total of 2 weekly downloads. As such, obj2csv popularity was classified as not popular.
We found that obj2csv 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.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.