expo-eas-client
Advanced tools
Comparing version 0.0.1-canary-20240305-e60019e to 0.0.1-canary-20240308-6715875
@@ -1,5 +0,3 @@ | ||
declare const _default: { | ||
readonly name: string; | ||
}; | ||
declare const _default: {}; | ||
export default _default; | ||
//# sourceMappingURL=EASClient.web.d.ts.map |
@@ -1,6 +0,2 @@ | ||
export default { | ||
get name() { | ||
return 'EASClient'; | ||
}, | ||
}; | ||
export default {}; | ||
//# sourceMappingURL=EASClient.web.js.map |
@@ -13,2 +13,4 @@ # Changelog | ||
- drop unused web `name` property. ([#27437](https://github.com/expo/expo/pull/27437) by [@EvanBacon](https://github.com/EvanBacon)) | ||
## 0.11.2 - 2024-01-18 | ||
@@ -15,0 +17,0 @@ |
{ | ||
"name": "expo-eas-client", | ||
"version": "0.0.1-canary-20240305-e60019e", | ||
"version": "0.0.1-canary-20240308-6715875", | ||
"description": "Stable client identifier for EAS services", | ||
@@ -38,5 +38,5 @@ "main": "build/index.js", | ||
"devDependencies": { | ||
"expo-module-scripts": "0.0.1-canary-20240305-e60019e" | ||
"expo-module-scripts": "0.0.1-canary-20240308-6715875" | ||
}, | ||
"gitHead": "e60019e11a6d46e330b57b18c64468a58d589875" | ||
"gitHead": "67158757cf78be8094fe6b7461e8523157f1f615" | ||
} |
@@ -1,5 +0,1 @@ | ||
export default { | ||
get name(): string { | ||
return 'EASClient'; | ||
}, | ||
}; | ||
export default {}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
20633
35