@cloudinary/react
Advanced tools
+16
-0
@@ -0,1 +1,17 @@ | ||
| 1.7.0 / 2022-12-12 | ||
| ================== | ||
| Html | ||
| ------- | ||
| * Add an optional analytics option to be passed to serverSideSrc | ||
| React | ||
| ------- | ||
| * use the same analytics token in React SSR and CSR | ||
| Vue | ||
| ------- | ||
| * Package @cloudinary/vue3 was renamed to @cloudinary/vue | ||
| 1.6.0 / 2022-11-17 | ||
@@ -2,0 +18,0 @@ ================== |
+2
-2
| { | ||
| "name": "@cloudinary/react", | ||
| "version": "1.6.0", | ||
| "version": "1.7.0", | ||
| "description": "Cloudinary React SDK", | ||
@@ -70,4 +70,4 @@ "author": "cloudinary", | ||
| "dependencies": { | ||
| "@cloudinary/html": "^1.6.0" | ||
| "@cloudinary/html": "^1.7.0" | ||
| } | ||
| } |
+21
-12
@@ -12,10 +12,21 @@ Cloudinary React SDK | ||
| ## Table of Contents | ||
| - [Key Features](#key-features) | ||
| - [Version Support](#Version-Support) | ||
| - [Installation](#installation) | ||
| - [Usage](#usage) | ||
| - [Setup](#Setup) | ||
| - [Transform and Optimize Assets](#Transform-and-Optimize-Assets) | ||
| - [Generate Image and HTML Tags](#Generate-Image-and-Video-HTML-Tags) | ||
| - [Plugins](#Advanced-Plugin-Features) | ||
| - [Cloudinary React SDK](#cloudinary-react-sdk) | ||
| - [About](#about) | ||
| - [Note](#note) | ||
| - [Table of Contents](#table-of-contents) | ||
| - [Key Features](#key-features) | ||
| - [Version Support](#version-support) | ||
| - [Installation](#installation) | ||
| - [Install using your favorite package manager (yarn, npm)](#install-using-your-favorite-package-manager-yarn-npm) | ||
| - [Usage](#usage) | ||
| - [Setup](#setup) | ||
| - [Transform and Optimize Assets](#transform-and-optimize-assets) | ||
| - [Generate Image and Video HTML Tags](#generate-image-and-video-html-tags) | ||
| - [Advanced Plugin Features](#advanced-plugin-features) | ||
| - [File upload](#file-upload) | ||
| - [Contributions](#contributions) | ||
| - [Get Help](#get-help) | ||
| - [About Cloudinary](#about-cloudinary) | ||
| - [Additional Resources](#additional-resources) | ||
| - [License](#license) | ||
@@ -56,4 +67,2 @@ ## Key Features | ||
| ```tsx | ||
| import React, { Component } from 'react' | ||
| import { AdvancedImage } from '@cloudinary/react' | ||
@@ -74,3 +83,3 @@ import { Cloudinary } from '@cloudinary/url-gen'; | ||
| ``` | ||
| ``` | ||
| ### Generate Image and Video HTML Tags | ||
@@ -132,3 +141,3 @@ - Use <AdvancedImage> to generate image tags | ||
| ## Licence | ||
| ## License | ||
| Released under the MIT license. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
834283
0.22%22634
0.08%140
6.87%Updated