
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
react-json-to-csv
Advanced tools
A react button component to easily generate csv downloads of your json data.
A react button component to easily generate csv downloads of your json data. ✨
https://react-json-to-csv.coston.io
Install with npm:
npm i react-json-to-csv
Or load from a CDN:
<script src="https://cdn.jsdelivr.net/npm/react-json-to-csv" />
import CsvDownloadButton from 'react-json-to-csv'
...
<CsvDownloadButton data={mockData} />
# | Property | Type | Requirement | Default | Description |
---|---|---|---|---|---|
1 | data | [] | required | array of objects | |
2 | filename | string | optional | "export.csv" | The filename. The .csv extention will be edded if not included in file name |
3 | delimiter | string | optional | ";" | fields separator |
4 | headers | string[] | optional | provided data object keys | List of columns that will be used in the final CSV file. |
Install types with npm
npm i --save-dev @types/react-json-to-csv
Please help provide good data faster! Submit any issues and/or make a pull request!
FAQs
A react button component to easily generate csv downloads of your json data.
The npm package react-json-to-csv receives a total of 8,733 weekly downloads. As such, react-json-to-csv popularity was classified as popular.
We found that react-json-to-csv 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
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.