New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

expo-asset

Package Overview
Dependencies
Maintainers
33
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-asset - npm Package Compare versions

Comparing version

to
12.0.0-canary-20250303-4dba60e

12

CHANGELOG.md

@@ -22,2 +22,14 @@ # Changelog

## 11.0.4 - 2025-02-19
_This version does not introduce any user-facing changes._
## 11.0.3 - 2025-01-31
_This version does not introduce any user-facing changes._
## 11.0.2 - 2025-01-10
_This version does not introduce any user-facing changes._
## 11.0.1 — 2024-11-10

@@ -24,0 +36,0 @@

15

package.json
{
"name": "expo-asset",
"version": "12.0.0-canary-20250221-ef26fed",
"version": "12.0.0-canary-20250303-4dba60e",
"description": "An Expo universal module to download assets and pass them into other APIs",

@@ -51,4 +51,4 @@ "main": "build/index.js",

"dependencies": {
"@expo/image-utils": "0.6.6-canary-20250221-ef26fed",
"expo-constants": "18.0.0-canary-20250221-ef26fed",
"@expo/image-utils": "0.6.6-canary-20250303-4dba60e",
"expo-constants": "18.0.0-canary-20250303-4dba60e",
"invariant": "^2.2.4",

@@ -58,10 +58,11 @@ "md5-file": "^3.2.3"

"devDependencies": {
"@testing-library/react-native": "^12.5.2",
"expo-module-scripts": "4.0.5-canary-20250221-ef26fed"
"@testing-library/react-native": "^13.1.0",
"expo-module-scripts": "4.0.5-canary-20250303-4dba60e"
},
"peerDependencies": {
"expo": "53.0.0-canary-20250221-ef26fed",
"expo": "53.0.0-canary-20250303-4dba60e",
"react": "*",
"react-native": "*"
}
},
"gitHead": "4dba60e10b5d44b453073aa4968e9dbf312dea6c"
}