Socket
Socket
Sign inDemoInstall

cloudinary-core

Package Overview
Dependencies
1
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.11.1 to 2.11.2

13

cloudinary-core.d.ts

@@ -85,3 +85,3 @@ export as namespace cloudinary;

static getAnalyticsOptions(options: AnalyticsOptionsParameters) : AnalyticsOptions;
static getSDKAnalyticsSignature(options: AnalyticsOptions):string;;
static getSDKAnalyticsSignature(options: AnalyticsOptions):string;
}

@@ -318,3 +318,3 @@

angle?: Angle; // degrees or mode
aspectRatio?: string | number | string; // ratio or percent, e.g. 1.5 or 16:9
aspectRatio?: string | number; // ratio or percent, e.g. 1.5 or 16:9
background?: string; // color, e.g. "blue" or "rgb:9090ff"

@@ -343,3 +343,3 @@ border?: string; // style, e.g. "6px_solid_rgb:00390b60"

opacity?: number | string; // percent, 0-100
overlay?: string | string; // Identifier, e.g. "text:Arial_50:Smile!", or public id of a different resource
overlay?: string; // Identifier, e.g. "text:Arial_50:Smile!", or public id of a different resource
page?: number | string; // Given a multi-page file (PDF, animated GIF, TIFF), generate an image of a single page using the given index.

@@ -856,4 +856,5 @@ prefix?: string;

externalLibraries?: {
[future:string]:string
} & {
seeThru?: string,
[future:string]:string
}

@@ -903,3 +904,3 @@ loop?: boolean,

cloud_name?: string;
cname?: string;
cname?: string | null;
private_cdn?: boolean;

@@ -911,3 +912,3 @@ protocol?: string;

secure_cdn_subdomain?: boolean;
secure_distribution?: string;
secure_distribution?: string | null;
shorten?: string;

@@ -914,0 +915,0 @@ type?: string;

{
"name": "cloudinary-core",
"version": "2.11.1",
"version": "2.11.2",
"description": "Cloudinary Client Side JS library. Cloudinary streamlines your web application’s image manipulation needs. Cloudinary's cloud-based servers automate image uploading, resizing, cropping, optimizing, sprite generation and more.",

@@ -5,0 +5,0 @@ "main": "cloudinary-core.js",

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

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc