🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

react-file-download

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
j

react-file-download

This package has been deprecated! Please use js-file-download instead

0.3.5
latest
84

Supply Chain Security

100

Vulnerability

69

Quality

76

Maintenance

100

License

Deprecated

Maintenance

The maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.

Found 1 instance in 1 package

Version published
Weekly downloads
7.6K
0.4%
Maintainers
1
Weekly downloads
 
Created
Issues
10

React File Download

NPM version Build Status

Dependency Status devDependency Status peerDependency Status

React component to trigger browser to save data to file as if it was downloaded.

Installation

npm install react-file-download --save

Usage

var fileDownload = require('react-file-download');
fileDownload(data, 'filename.csv');

FAQs

Package last updated on 14 Sep 2017

Did you know?

Socket

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.

Install

Related posts