🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

imagekit-javascript

Package Overview
Dependencies
Maintainers
0
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imagekit-javascript - npm Package Versions

234

4.0.1

Diff
i
imagekit-developer
published 4.0.1 •

Changelog

Source

Version 4.0.1

Bug Fixes

  • Fixed overlay position x,y issue.
i
imagekit-developer
published 4.0.0 •

Changelog

Source

Version 4.0.0

Breaking Changes

  • The default value for transformationPosition is now query instead of path. This change enables wildcard cache purging to remove CDN cache for all generated transformations.

    Action Required:
    If you're using the transformationPosition parameter in the url method and want to apply transformations in the path, you must now explicitly set the value to path. The default is query.

  • Removed the following deprecated parameters:
    effectSharpen, effectUSM, effectContrast, effectGray, effectShadow, effectGradient, and rotate.

Other Changes

  • Native support for overlays has been added. See the README for usage examples.
  • New AI-powered transformations are now supported:
    aiRemoveBackground, aiUpscale, aiVariation, aiDropShadow, aiChangeBackground, and more.
    (Introduced in version 3.1.0)
i
imagekit-developer
published 3.1.0 •
i
imagekit-developer
published 3.0.2 •
i
imagekit-developer
published 3.0.1 •
i
imagekit-developer
published 3.0.0 •

Changelog

Source

SDK Version 3.0.0

Breaking Changes

  • Overlay Syntax Update
    In version 3.0.0, the old overlay syntax parameters for transformations (e.g., oi, ot, obg, and others as detailed here) have been removed. These parameters are deprecated and will now return errors when used in URLs.

    Action Required:
    Migrate to the new layers syntax which supports overlay nesting, offers improved positional control, and allows more transformations at the layer level. For a quick start, refer to the examples. Use the raw transformation parameter to implement this migration.

i
imagekit-developer
published 2.0.0 •

Changelog

Source

SDK Version 2.0.0

Breaking Changes

  • Authentication Process Update
    Previously, client-side file uploads required the SDK to be initialized with both the publicKey and authenticationEndpoint to fetch security parameters (signature, token, and expire).

    Action Required:
    With version 2.0.0, you must now generate the security parameters (signature, token, and expire) yourself, eliminating the need for the authenticationEndpoint. When invoking the SDK's upload method, be sure to include these parameters along with other upload options. For further details, consult the documentation here.

i
imagekit-developer
published 1.5.5 •
i
imagekit-developer
published 1.6.0-alpha.0 •
i
imagekit-developer
published 1.5.4 •