
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
react-dropzone-cloudinary
Advanced tools
React component to upload files to cloudinary using drag and drop provided through [react-dropzone](https://react-dropzone.js.org)
React component to upload files to cloudinary using drag and drop provided through react-dropzone
Documentation and examples at https://react-dropzone.js.org. Source code at https://github.com/react-dropzone/react-dropzone/.
Install it from npm and include it in your React build process
npm install --save react-dropzone-cloudinary
or:
yarn add react-dropzone-cloudinary
See it here
import React, { useCallback } from "react";
import ReactDropzoneCloudinary from "react-dropzone-cloudinary";
// const onComplete = data=> console.log(data)
<ReactDropzoneCloudinary
apiKey="YOUR_API_KEY"
apiSecret="YOUR_API_SECRET"
cloudName="YOUR_CLOUD_NAME"
public_id="YOUR_PUBLIC_ID"
format="FILE_FORMAT"
upload_preset="YOUR_UPLOAD_PRESET"
onComplete={onComplete}
/>;
className: _Proptypes.string
dropzoneConfig: Proptypes.object Options for the nested dropzone component.
onComplete: Proptypes.func Callback called after the upload has been completed. Receives the file data sent from cloudinary as argument.
onError: Proptypes.func Callback called whever an error is encountered during the upload. Receives a standard axios error return value.
onProgress: Proptypes.func Callback called while uploading. Receives a number 0-1 for the uploaded ratio.
cloudinaryConfig: Proptypes.object Options that are needed to make the upload to cloudinary. It requires the following keys:
MIT
FAQs
React component to upload files to cloudinary using drag and drop provided through [react-dropzone](https://react-dropzone.js.org)
We found that react-dropzone-cloudinary 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.