🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

@nativescript-community/ui-image

Package Overview
Dependencies
Maintainers
19
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nativescript-community/ui-image - npm Package Compare versions

Comparing version
5.0.2
to
5.0.3
+6
-0
CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

## [5.0.3](https://github.com/nativescript-community/ui-image/compare/v5.0.2...v5.0.3) (2025-11-28)
### Bug Fixes
* **android:** build fix ([f68b4bc](https://github.com/nativescript-community/ui-image/commit/f68b4bcfc0b4909ab3013452d9ad7f55b21427d5))
## [5.0.2](https://github.com/nativescript-community/ui-image/compare/v5.0.1...v5.0.2) (2025-11-28)

@@ -8,0 +14,0 @@

+2
-2
{
"name": "@nativescript-community/ui-image",
"version": "5.0.2",
"version": "5.0.3",
"description": "Advanced and efficient image display plugin which uses Glide (Android) and SDWebImage (iOS) to implement caching, placeholders, image effects, and much more.",

@@ -47,3 +47,3 @@ "main": "./index",

"readmeFilename": "README.md",
"gitHead": "0e024962bce01a69091acd3072f7c102064f5f8f"
"gitHead": "b50a851cc0201b17624e6f448fda50598e61ea49"
}

@@ -14,3 +14,3 @@ import groovy.json.JsonSlurper

def androidXAppCompatVersion = "${ns_default_androidx_appcompat_version}"
def androidXAppCompatVersion = "1.1.0"
if (project.hasProperty("androidXAppCompat")) {

@@ -17,0 +17,0 @@ androidXAppCompatVersion = androidXAppCompat