Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .githooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ js/jquery.fileupload-image.js
js/jquery.fileupload-process.js
js/jquery.fileupload-validate.js
js/jquery.iframe-transport.js
js/jquery.ui.widget.js
js/load-image.all.min.js
js/README.md
'
Expand Down
2 changes: 2 additions & 0 deletions js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ It also contains several jquery plugins that can be used for client-side upload.
### Please Do not make any changes.
The files in this folder are used by several server-side sdks such as Ruby and Python SDKS.

**Note:** Security updates to third-party dependencies (like `jquery.ui.widget.js`) are allowed when they maintain backward compatibility. However, we encourage developers to use a dependency manager such as NPM to install the 3rd party libraries, and not to rely on the files in the `js` folder.

### Backward compatibility
The cloudinary-jquery-file-upload library is fully backwards compatible with the cloudinary_js library `v1.0.25`.
The relevant Blueimp files can still be found in the `js` folder for backward compatibility. If you rely on the Blueimp
Expand Down
Loading