🚀 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

react-file-download - npm Package Compare versions

Comparing version

to
0.3.4

@@ -1,3 +0,1 @@

var React = require('react');
module.exports = function(data, filename, mime) {

@@ -22,2 +20,2 @@ var blob = new Blob([data], {type: mime || 'application/octet-stream'});

}
}
}
{
"name": "react-file-download",
"version": "0.3.3",
"version": "0.3.4",
"description": "React component that trigger browser to save javascript-generated content to a file",

@@ -9,8 +9,2 @@ "main": "file-download.js",

},
"devDependencies": {
"react": "^0.14.7"
},
"peerDependencies": {
"react": "^0.14.7 || ^0.15.0"
},
"repository": {

@@ -17,0 +11,0 @@ "type": "git",