imagekit-nodejs icon indicating copy to clipboard operation
imagekit-nodejs copied to clipboard

Node.js SDK for ImageKit.io API.

Results 14 imagekit-nodejs issues
Sort by recently updated
recently updated
newest added

## Problem description When I add `signed:true` to the options of `client.helper.buildSrc()`, I get the following error: ``` URL signing requires Node.js crypto module which is not available in this...

Automated Release PR --- ## 8.0.0 (2025-12-18) Full Changelog: [v7.1.1...v8.0.0](https://github.com/imagekit-developer/imagekit-nodejs/compare/v7.1.1...v8.0.0) ### ⚠ BREAKING CHANGES * **mcp:** remove deprecated tool schemes * **mcp:** **Migration:** To migrate, simply modify the command used...

autorelease: pending

The `listFiles` operations correctly returns `customMetadata` for each file when they are present. Imagekit web UI allows users to also set custom metadata on folder, but these are not present...

api-v2

When calling `listFiles` the return type of the call is always `FileObject | FolderObject` regardless of the parameters passed to the `listFiles` call. This requires some extra type guards to...

api-v2