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
2
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 3.5.0 to 3.5.1

4

CHANGELOG.md

@@ -30,2 +30,6 @@ # Changelog

-------------
## 3.5.1 - 2021-07-27
### Fixed
- domain property in config
## 3.5.0 - 2021-07-23

@@ -32,0 +36,0 @@ ### Added

2

dist/provider.js

@@ -73,3 +73,3 @@ "use strict";

_config$domain = config.domain,
domain = _config$domain === void 0 ? 'cloudimg.io' : _config$domain,
domain = _config$domain === void 0 ? config.customDomain || 'cloudimg.io' : _config$domain,
_config$customDomain = config.customDomain,

@@ -76,0 +76,0 @@ customDomain = _config$customDomain === void 0 ? false : _config$customDomain,

{
"name": "react-cloudimage-responsive",
"version": "3.5.0",
"version": "3.5.1",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "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.",

@@ -1,2 +0,2 @@

[![Release](https://img.shields.io/badge/release-v3.5.0-blue.svg)](https://github.com/scaleflex/react-cloudimage-responsive/releases)
[![Release](https://img.shields.io/badge/release-v3.5.1-blue.svg)](https://github.com/scaleflex/react-cloudimage-responsive/releases)
[![Free plan](https://img.shields.io/badge/price-includes%20free%20plan-green.svg)](https://www.cloudimage.io/en/home#b38181a6-b9c8-4015-9742-7b1a1ad382d5)

@@ -175,2 +175,3 @@ [![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg)](#contributing)

If you use a custom CNAME for your cloudimage integration, you can set it here.
Note: this will disregard your token above as this should be built into the CNAME entry.

@@ -177,0 +178,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc