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

expo-eas-client

Package Overview
Dependencies
Maintainers
25
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-eas-client - npm Package Compare versions

Comparing version 0.0.1-canary-20240305-e60019e to 0.0.1-canary-20240308-6715875

expo-eas-client-0.0.1-canary-20240308-6715875.tgz

4

build/EASClient.web.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc