expo-eas-client
Advanced tools
Comparing version 0.0.1-canary-20240109-93608d8 to 0.0.1-canary-20240222-c729a13
@@ -13,2 +13,10 @@ # Changelog | ||
## 0.11.2 - 2024-01-18 | ||
_This version does not introduce any user-facing changes._ | ||
## 0.11.1 - 2024-01-10 | ||
_This version does not introduce any user-facing changes._ | ||
## 0.11.0 — 2023-11-14 | ||
@@ -15,0 +23,0 @@ |
{ | ||
"platforms": ["ios", "android", "tvos"], | ||
"ios": { | ||
"modulesClassNames": ["EASClientModule"] | ||
"platforms": ["apple", "android"], | ||
"apple": { | ||
"modules": ["EASClientModule"] | ||
}, | ||
"android": { | ||
"modulesClassNames": ["expo.modules.easclient.EASClientModule"] | ||
"modules": ["expo.modules.easclient.EASClientModule"] | ||
} | ||
} |
{ | ||
"name": "expo-eas-client", | ||
"version": "0.0.1-canary-20240109-93608d8", | ||
"version": "0.0.1-canary-20240222-c729a13", | ||
"description": "Stable client identifier for EAS services", | ||
@@ -38,5 +38,5 @@ "main": "build/index.js", | ||
"devDependencies": { | ||
"expo-module-scripts": "0.0.1-canary-20240109-93608d8" | ||
"expo-module-scripts": "0.0.1-canary-20240222-c729a13" | ||
}, | ||
"gitHead": "93608d8dcb0268312e0c8ed22036ebfa6efe9830" | ||
"gitHead": "c729a13f936926743c13c021f569a22921455e49" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
20780