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

cloudinary

Package Overview
Dependencies
Maintainers
1
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudinary - npm Package Compare versions

Comparing version 1.26.1 to 1.26.2

6

CHANGELOG.md

@@ -0,1 +1,7 @@

1.26.2 / 2021-07-04
==================
* fixed font_family encoding (#498)
1.26.1 / 2021-06-22

@@ -2,0 +8,0 @@ ==================

2

lib-es5/utils/index.js

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

return part != null && part !== '';
}).join('/').replace(' ', '%20');
}).join('/').replace(/ /g, '%20');
if (sign_url && !isEmpty(auth_token)) {

@@ -832,0 +832,0 @@ auth_token.url = urlParse(resultUrl).path;

@@ -761,3 +761,3 @@ /**

return (part != null) && part !== '';
}).join('/').replace(' ', '%20');
}).join('/').replace(/ /g, '%20');
if (sign_url && !isEmpty(auth_token)) {

@@ -764,0 +764,0 @@ auth_token.url = urlParse(resultUrl).path;

@@ -5,3 +5,3 @@ {

"description": "Cloudinary NPM for node.js integration",
"version": "1.26.1",
"version": "1.26.2",
"homepage": "http://cloudinary.com",

@@ -8,0 +8,0 @@ "license": "MIT",

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