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

caravaggio-react

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

caravaggio-react - npm Package Compare versions

Comparing version 0.3.8 to 0.3.9

CHANGELOG.md

2

dist/index.cjs.js

@@ -125,3 +125,3 @@ 'use strict';

var finalImageUrl = /^\.?\//.test(imageUrl) && baseUrl ? "" + baseUrl + imageUrl : imageUrl;
return caravaggioUrl + "/" + options + "?image=" + finalImageUrl;
return caravaggioUrl + "/" + options + "?image=" + encodeURIComponent(finalImageUrl);
};

@@ -128,0 +128,0 @@

@@ -118,3 +118,3 @@ import React, { useContext } from 'react';

var finalImageUrl = /^\.?\//.test(imageUrl) && baseUrl ? "" + baseUrl + imageUrl : imageUrl;
return caravaggioUrl + "/" + options + "?image=" + finalImageUrl;
return caravaggioUrl + "/" + options + "?image=" + encodeURIComponent(finalImageUrl);
};

@@ -121,0 +121,0 @@

{
"name": "caravaggio-react",
"version": "0.3.8",
"version": "0.3.9",
"description": "Caravaggio react library",

@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js",

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