New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@cloudinary/html

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudinary/html - npm Package Compare versions

Comparing version
1.11.1
to
1.11.2
+7
-0
CHANGELOG.md

@@ -0,1 +1,8 @@

1.11.2 / 2023-03-20
==================
Html
-------
* fix: return last plugin response
1.11.1 / 2023-03-09

@@ -2,0 +9,0 @@ ==================

+1
-1
{
"name": "@cloudinary/html",
"version": "1.11.1",
"version": "1.11.2",
"description": "An HTML wrapper for Cloudinary",

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

@@ -48,3 +48,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

return __awaiter(this, void 0, void 0, function () {
var i, response;
var response, i;
return __generator(this, function (_a) {

@@ -65,5 +65,2 @@ switch (_a.label) {

}
else {
return [2 /*return*/, response];
}
_a.label = 3;

@@ -73,3 +70,7 @@ case 3:

return [3 /*break*/, 1];
case 4: return [2 /*return*/];
case 4:
if (response !== 'canceled') {
return [2 /*return*/, response];
}
return [2 /*return*/];
}

@@ -76,0 +77,0 @@ });

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

Sorry, the diff of this file is too big to display