Gathering detailed insights and metrics for cloudinary-build-url
Gathering detailed insights and metrics for cloudinary-build-url
Gathering detailed insights and metrics for cloudinary-build-url
Gathering detailed insights and metrics for cloudinary-build-url
@cloudinary/url-gen
Cloudinary URL-Gen SDK ========================= [![Build Status](https://api.travis-ci.com/cloudinary/js-url-gen.svg?branch=master)](https://app.travis-ci.com/github/cloudinary/js-url-gen) ## About The Cloudinary URL-Gen SDK allows you to quickly and eas
@cloudinary-util/url-loader
<picture> <source media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/62209650/196528621-b68e9e10-7e55-4c7d-9177-904cadbb4296.png" align="center" height=50> <source media="(prefers-color-scheme: light)" srcset="https
@cloudinary/transformation-builder-sdk
Cloudinary JS-Transformation-Builder-SDK ========================= [![Build Status](https://api.travis-ci.com/cloudinary/js-transformation-builder-sdk.svg?branch=master)](https://app.travis-ci.com/github/cloudinary/js-url-gen) ## About This is an internal
@cloudinary/react
Cloudinary React SDK
npm install cloudinary-build-url
86.7
Supply Chain
99.1
Quality
78.2
Maintenance
100
Vulnerability
100
License
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
49 Stars
132 Commits
9 Forks
3 Watching
8 Branches
9 Contributors
Updated on 24 Jun 2024
TypeScript (93.01%)
JavaScript (6.99%)
Cumulative downloads
Total Downloads
Last day
-34.9%
947
Compared to previous day
Last week
1%
5,979
Compared to previous week
Last month
-0.4%
24,985
Compared to previous month
Last year
-14%
453,346
Compared to previous year
1
A set of lighter packages for using Cloudinary
cloudinary-build-url
Build URL for images and videos based on configurations.
import { buildUrl } from 'cloudinary-build-url'
const src = buildUrl('example', {
cloud: {
cloudName: 'demo',
},
transformations: {
resize: {
type: 'scale',
width: 500,
height: 500,
aspectRatio: "16:9"
}
}
})
console.log(src)
To use cloudinary-build-url
:
1npm i cloudinary-build-url 2 3#OR 4yarn add cloudinary-build-url
cloudinary-build-url supports TypeScript. In order to start using the lib with TypeScript, please install @cld-apis/types
as devDependencies.
1npm i -D @cld-apis/types 2 3#OR 4 5yarn add -D @cld-apis/types
@cld-apis/utils
Constants for transformations used in Cloudinary APIs, and other helper functionalities.
@cld-apis/types
Defined types used in cloudinary-build-url
for TypeScript
vue-cli-plugin-cloudinary-api
Cloudinary API plugin for Vue-cli created projects
Maintained by Maya Shavin
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 7/16 approved changesets -- score normalized to 4
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
107 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More