Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cld-apis/types

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cld-apis/types - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

CHANGELOG.md

33

lib/cloud/CloudConfig.d.ts

@@ -5,18 +5,19 @@ import { ResourceType } from "./ResourceType";

export interface CloudConfig {
apiKey?: string,
apiSecret?: string,
cloudName?: string,
cname?: string,
privateCdn?: boolean,
resourceType?: ResourceType,
secure?: boolean,
secureDistribution?: string,
storageType?: StorageType,
shorten?: string,
urlSuffix?: string,
useRootPath?: boolean,
cdnSubdomain?: boolean,
version?: string | number,
signature?: string,
forceVersion?: boolean
apiKey?: string;
apiSecret?: string;
cloudName?: string;
cname?: string;
privateCdn?: boolean;
resourceType?: ResourceType;
secure?: boolean;
secureDistribution?: string;
storageType?: StorageType;
shorten?: string;
urlSuffix?: string;
useRootPath?: boolean;
cdnSubdomain?: boolean;
version?: string | number;
signature?: string;
forceVersion?: boolean;
authToken?: Object;
}

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

export { CldOptions } from './options/CldOptions'
export { TransformerOption, TransformerBaseOptions, TransformerVideoOption } from './options/TransformerOption'
export { CloudConfig } from './cloud/CloudConfig'
export { ResourceType } from './cloud/ResourceType'
export { StorageType } from './cloud/StorageType'
export {
export type { CldOptions } from './options/CldOptions'
export type { TransformerOption, TransformerBaseOptions, TransformerVideoOption } from './options/TransformerOption'
export type { CloudConfig } from './cloud/CloudConfig'
export type { ResourceType } from './cloud/ResourceType'
export type { StorageType } from './cloud/StorageType'
export type {
Effect,

@@ -31,9 +31,24 @@ VEffect,

FPSType,
CompassGravity
CompassGravity,
TextStyle
} from './transformation'
export {
export type { Asset } from './asset/Asset'
export type {
ResponseError,
RenameOptions,
ResourceOptions,
ResponsiveBreakpointOption,
UploadOptions,
AccessControl,
AccessControlType,
AccessMode,
AssetOptions,
SingleDeleteOptions,
ManupulationOptions
} from './options/api'
export type {
SocialCard, SocialImage, SocialText, TextArea
} from './options/TextOptions'
export { Asset } from './asset/Asset'

@@ -16,2 +16,3 @@ export { Effect, VEffect } from './Effect'

export type Transformation = Array<string | string[]>
export { Offset } from './Offset'
export { Offset } from './Offset'
export { TextStyle } from './Overlay'
{
"name": "@cld-apis/types",
"version": "0.1.1",
"version": "0.1.2",
"description": "Cloudinary TypeScript types",

@@ -24,4 +24,4 @@ "author": "Maya Shavin <maya@cloudinary.com>",

"dependencies": {
"@cld-apis/utils": "^0.1.2",
"@types/node": "^14.14.10",
"@cld-apis/utils": "^0.1.1",
"agadoo": "^2.0.0",

@@ -33,3 +33,4 @@ "bundlewatch": "^0.3.1",

"access": "public"
}
},
"gitHead": "5e6e5284d6bc52b2238ce138ec82edd8bb67455c"
}
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