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

cloudinary-promised

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudinary-promised - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

6

dist/index.js

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

};
exports.fileExists = (id, localAbsolutePath, options) => __awaiter(this, void 0, void 0, function* () {
exports.fileExists = (id, localAbsolutePath, options) => {
if (exports.isVideo(localAbsolutePath)) {

@@ -55,3 +55,3 @@ return exports.videoExists(id, options);

return exports.imageExists(id, options);
});
};
exports.uploadOrGetMetadata = (id, localAbsolutePath, options) => __awaiter(this, void 0, void 0, function* () {

@@ -63,5 +63,5 @@ const exists = yield exports.fileExists(id, localAbsolutePath, options);

else {
return yield exports.getMetadata(id, localAbsolutePath, options);
return exports.getMetadata(id, localAbsolutePath, options);
}
});
//# sourceMappingURL=index.js.map
{
"name": "cloudinary-promised",
"version": "1.0.9",
"version": "1.0.10",
"description": "Wrapper for Cloudinary functions.",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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