Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

expo-eas-client

Package Overview
Dependencies
Maintainers
22
Versions
64
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.6.0 to 0.7.0

2

build/EASClient.d.ts

@@ -1,3 +0,3 @@

declare const _default: import("expo-modules-core").ProxyNativeModule;
declare const _default: any;
export default _default;
//# sourceMappingURL=EASClient.d.ts.map

@@ -1,3 +0,3 @@

import { NativeModulesProxy } from 'expo-modules-core';
export default NativeModulesProxy.EASClient || {};
import { requireNativeModule } from 'expo-modules-core';
export default requireNativeModule('EASClient');
//# sourceMappingURL=EASClient.js.map

@@ -13,2 +13,6 @@ # Changelog

## 0.7.0 — 2023-07-28
_This version does not introduce any user-facing changes._
## 0.6.0 — 2023-06-21

@@ -15,0 +19,0 @@

{
"name": "expo-eas-client",
"version": "0.6.0",
"version": "0.7.0",
"description": "Stable client identifier for EAS services",

@@ -40,3 +40,3 @@ "main": "build/index.js",

},
"gitHead": "fa5ecca8251986b9f197cc14074eec0ab6dfb6db"
"gitHead": "663654577a7068c641b5e9474efbc502e3f334ea"
}

@@ -1,2 +0,2 @@

import { NativeModulesProxy } from 'expo-modules-core';
export default NativeModulesProxy.EASClient || {};
import { requireNativeModule } from 'expo-modules-core';
export default requireNativeModule('EASClient');

Sorry, the diff of this file is not supported yet

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