New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-cloudimage-responsive

Package Overview
Dependencies
Maintainers
3
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-cloudimage-responsive - npm Package Compare versions

Comparing version

to
3.6.0-beta.17

6

CHANGELOG.md

@@ -30,4 +30,8 @@ # Changelog

-------------
## 3.6.0-beta.16 - 2021-01-18
## 3.6.0-beta.17 - 2022-02-09
### Fixed
- change devicePixelRatioList to [1, 1.5, 2]
## 3.6.0-beta.16 - 2022-01-18
### Fixed
- prevent the lazyLoading property from being spread onto the img tag

@@ -34,0 +38,0 @@

4

package.json
{
"name": "react-cloudimage-responsive",
"version": "3.6.0-beta.16",
"version": "3.6.0-beta.17",
"main": "dist/index.js",

@@ -43,3 +43,3 @@ "description": "Cloudimage Responsive will smartly resize, compress and accelerate images across the World in your site for all devices. The plugin supports lazy loading technique with fancy animation on image load.",

"dependencies": {
"cloudimage-responsive-utils": "^2.4.2",
"cloudimage-responsive-utils": "^2.4.4",
"core-js": "^3.15.2",

@@ -46,0 +46,0 @@ "react-lazyload": "^2.6.7",

@@ -314,3 +314,3 @@ [![Release](https://img.shields.io/badge/release-v3.5.1-blue.svg)](https://github.com/scaleflex/react-cloudimage-responsive/releases)

###### Type: **[Number,...]** | Default: **[1, 1.5, 2, 3, 4]** | _optional_
###### Type: **[Number,...]** | Default: **[1, 1.5, 2]** | _optional_

@@ -317,0 +317,0 @@ List of supported device pixel ratios. If there is no need to support retina devices, you should set an empty array `devicePixelRatioList: []`.