Socket
Socket
Sign inDemoInstall

react-file-input-previews-base64

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

lib/index.js

21

package.json
{
"name": "react-file-input-previews-base64",
"version": "1.0.1",
"version": "1.0.2",
"description": "This package provides an easy to use, ready to go and customizable wrapper around file input, with option for image previews and returning file as base64 string.",
"main": "index.js",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "node_modules/babel-cli/bin/babel.js src --out-dir lib",
"prepublish": "npm run build"
},
"babel": {
"presets": [
"es2015",
"react"
]
},
"repository": {

@@ -28,3 +35,9 @@ "type": "git",

},
"homepage": "https://github.com/SiDevesh/react-file-input-previews-base64#readme"
"homepage": "https://github.com/SiDevesh/react-file-input-previews-base64#readme",
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.24.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0"
}
}
index.js

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc