Gathering detailed insights and metrics for cloudinary-react
Gathering detailed insights and metrics for cloudinary-react
Gathering detailed insights and metrics for cloudinary-react
Gathering detailed insights and metrics for cloudinary-react
@cloudinary/react
Cloudinary React SDK
cloudinary-react-native
Cloudinary React Native SDK: upload, transform, and deliver images and videos through Cloudinary's media pipeline.
react-cloudinary-uploader
A React component for Cloudinary upload widget
react-cloudinary-upload-widget
react wrapper for cloudinary upload widget
React components that utilize Cloudinary functionality
npm install cloudinary-react
Typescript
Module System
Min. Node Version
Node Version
NPM Version
91.8
Supply Chain
99.1
Quality
75.9
Maintenance
100
Vulnerability
99.6
License
JavaScript (94.56%)
HTML (4.01%)
CSS (1.41%)
Shell (0.02%)
Total Downloads
8,663,283
Last Day
583
Last Week
18,496
Last Month
76,075
Last Year
1,063,150
MIT License
501 Stars
243 Commits
217 Forks
34 Watchers
20 Branches
22 Contributors
Updated on May 20, 2025
Minified
Minified + Gzipped
Latest Version
1.8.1
Package Id
cloudinary-react@1.8.1
Unpacked Size
106.01 kB
Size
17.68 kB
File Count
7
NPM Version
6.14.16
Node Version
14.19.0
Cumulative downloads
Total Downloads
Last Day
2.1%
583
Compared to previous day
Last Week
0.5%
18,496
Compared to previous week
Last Month
-11.6%
76,075
Compared to previous month
Last Year
-21.6%
1,063,150
Compared to previous year
2
1
33
NOTE-IMPORTANT: This is a legacy package, please find latest at https://github.com/cloudinary/frontend-frameworks/tree/master/packages/react
The Cloudinary React SDK allows you to quickly and easily integrate your application with Cloudinary. Effortlessly optimize and transform your cloud's assets.
This Readme provides basic installation and usage information. For the complete documentation, see the React SDK Guide.
SDK Version | React 15.3 | React 16.2 | React 16.3 | React 17 | React 18 |
---|---|---|---|---|---|
1.6.8 & up | X | X | V | V | V |
1.2.0 - 1.6.7 | X | X | V | X | X |
1.0.5 - 1.1.4 | X | V | X | X | X |
1.0.0 - 1.0.4 | V | X | X | X | X |
1npm install cloudinary-react
Or
1yarn add cloudinary-react
1import React from 'react'; 2import {Image, Video, Transformation} from 'cloudinary-react';
1 // Apply a single transformation 2 <Image cloudName="demo" publicId="sample"> 3 <Transformation crop="scale" width="200" angle="10" /> 4 </Image>
1// Chain (compose) multiple transformations 2<Image cloudName="demo" publicId="sample"> 3 <Transformation angle="-45" /> 4 <Transformation effect="trim" angle="45" crop="scale" width="600" /> 5 <Transformation overlay="text:Arial_100:Hello" /> 6</Image>
- Use <Image> to generate image tags
- Use <Video> to generate video tags
This SDK does not provide file upload functionality, however there are several methods of uploading from the client side.
npm run test
)If you run into an issue or have a question, you can either:
Cloudinary is a powerful media API for websites and mobile apps alike, Cloudinary enables developers to efficiently manage, transform, optimize, and deliver images and videos through multiple CDNs. Ultimately, viewers enjoy responsive and personalized visual-media experiences—irrespective of the viewing device.
Released under the MIT license.
No vulnerabilities found.
Reason
no vulnerabilities detected
Reason
tokens are read-only in GitHub workflows
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
all dependencies are pinned
Details
Reason
no binaries found in the repo
Reason
update tool detected
Details
Reason
GitHub code reviews found for 21 commits out of the last 30 -- score normalized to 7
Details
Reason
6 commit(s) out of 30 and 1 issue activity out of 30 found in the last 90 days -- score normalized to 5
Reason
no badge detected
Reason
security policy file not detected
Reason
branch protection not enabled on development/release branches
Details
Reason
project is not fuzzed
Score
Last Scanned on 2022-08-15
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More