Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement →
Sign In

@cloudinary/react

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudinary/react - npm Package Compare versions

Comparing version
1.6.0
to
1.7.0
+16
-0
CHANGELOG.md

@@ -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