js-url-gen icon indicating copy to clipboard operation
js-url-gen copied to clipboard

Cloudinary's base javascript library, including URL generation.

Results 14 js-url-gen issues
Sort by recently updated
recently updated
newest added

I was wondering if there was a way to show an image preview of my file saved on Cloudinary. It might be made available for specific document types e.g. .pdf,...

In https://github.com/cloudinary/js-url-gen/blob/e1b97191fff165b6ecb353acb2477cc25a062667/src/assets/CloudinaryFile.ts#L182-L193 a `cloudName` setting is explicitly required. However, in https://github.com/cloudinary/js-url-gen/blob/e1b97191fff165b6ecb353acb2477cc25a062667/src/internal/url/cloudinaryURL.ts#L20-L51 the `cloudName` isn't actually even utilized if using a `secureDistribution` and `privateCDN`. The check for `cloudName` should be moved...

Hey, is it recommended to use this library on the server, on the client or both?

Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.13 to 3.9.19. Release notes Sourced from vm2's releases. 3.9.19 Fixes https://github.com/patriksimek/vm2/commit/cfa3fc6f81be05ce9ed08a79a406ebe3b61ead3e: Fix resolver issue. 3.9.18 New Features https://github.com/patriksimek/vm2/commit/dd81ff616ff528de5dc7a1cf2939de3d3701539d: Add resolver API to create a shared resolver...

dependencies

# The case for Declerative APIs The current API of the SDK is imperative. @yoadsn mentioned in #382 that some users would benefit from a declarative API as well. Points...

discussion

Since when using version 1.10.0 we were seeing the following error when trying to use SSR: ``` JsRuntimeException: ReferenceError: URLSearchParams is not defined at createCloudinaryURL (server.js:2:339702) -> …URI(i).replace(/\?/g,"%3F").replace(/=/g,"%3D"),n=new URLSearchParams(this.urlConfig.queryParams);!1… at...

question

Bumps [jquery](https://github.com/jquery/jquery) from 3.1.1 to 3.5.0. Release notes Sourced from jquery's releases. jQuery 3.5.0 Released! See the blog post: https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/ and the upgrade guide: https://jquery.com/upgrade-guide/3.5/ NOTE: Despite being a minor...

dependencies

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

What about "createUploadWidget" in "cloudinary" types?