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.0 to 0.1.1

2

lib/index.d.ts

@@ -37,1 +37,3 @@ export { CldOptions } from './options/CldOptions'

} from './options/TextOptions'
export { Asset } from './asset/Asset'

4

lib/options/TransformerOption.d.ts

@@ -1,2 +0,2 @@

import { AudioCodec, Border, ColorSpace, Condition, CustomFunction, Effect, Flag, FPS, Gravity, Offset, Position, Radius, Resize, Rotation, Variable, VColorSpace, VFlag } from "../transformation"
import { AudioCodec, Border, ColorSpace, Condition, CustomFunction, Effect, Flag, FPS, Gravity, Offset, Position, Radius, Resize, Rotation, Variable, VColorSpace, VEffect, VFlag } from "../transformation"

@@ -44,3 +44,3 @@ export type TransformerBaseOptions = {

flags?: VFlag,
effect?: VFlag
effect?: VEffect
}

@@ -47,0 +47,0 @@

{
"name": "@cld-apis/types",
"version": "0.1.0",
"version": "0.1.1",
"description": "Cloudinary TypeScript types",

@@ -12,5 +12,7 @@ "author": "Maya Shavin <maya@cloudinary.com>",

],
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/mayashavin/cloudinary-api.git"
"url": "git+https://github.com/mayashavin/cloudinary-api.git",
"directory": "packages/types"
},

@@ -24,3 +26,3 @@ "scripts": {

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

@@ -27,0 +29,0 @@ "bundlewatch": "^0.3.1",

@@ -1,11 +0,3 @@

# `types`
# @cld-apis/types
> TODO: description
## Usage
```
const types = require('types');
// TODO: DEMONSTRATE API
```
TypeScript types use for Cloudinary APIs
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