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

@expo/eas-json

Package Overview
Dependencies
Maintainers
27
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/eas-json - npm Package Versions

1
16

0.34.1

Diff

Changelog

Source

0.34.1 - 2021-11-02

🐛 Bug fixes

  • Don't show commit prompt in no-commit workflow after installing expo-dev-client. (#722 by @wkozyra95)

🧹 Chores

  • Add App Store Connect API Key graphql type and print support. (#717 by @quinlanj)
exponent
published 0.34.0 •

Changelog

Source

0.34.0 - 2021-11-01

🛠 Breaking changes

🐛 Bug fixes

  • Better error message when eas.json is invalid. (#707 by @dsokal)
  • Fix credentials workflow for new users: add additionalTypenames for credentials. (#703 by @quinlanj)

🧹 Chores

exponent
published 0.33.0 •

Changelog

Source

0.33.0 - 2021-10-20

🎉 New features

  • Make "production" the default profile for building and submitting. (#677 by @jonsamp)
    • Previously, the default profile when running eas build or eas submit was "release". We're changing it to a more recognizable name that is consistent with our docs, which is now "production". You can always specify a profile manually with the --profile flag. For this major version, if you do not have a profile named "production", and still have a profile named "release", we will fall back to the "release" profile as the default, however you'll see a warning as we're going to remove that behavior in the next major release of EAS CLI.
    • To upgrade, update eas.json to have a "production" profile in both the build and submit objects. If you already have a project set up, this will replace the existing "release" profile. After the change, eas.json should have the following profiles:
        {
          "build": {
            "production": { ... }
          },
          "submit": {
            "production": { ... }
          }
        }
      

🐛 Bug fixes

  • Skip the second prompt for Apple ID if the user is already signed in with Apple. (#691 by @dsokal)
  • Unify reading app.json. (#692 by @dsokal)
exponent
published 0.32.0 •

Changelog

Source

0.32.0 - 2021-10-15

🎉 New features

  • Add App Store Connect API Key support to iOS submissions. (#678 by @quinlanj)
  • Create/list/revoke App Store Connect Api keys via Apple apis. (#687 by @quinlanj)
  • Add ability to select a build from a list in eas submit interactive mode. (#688 by @barthap)

🐛 Bug fixes

🧹 Chores

  • Add App Store Connect API Key fields to eas.json. (#684 by @quinlanj)
  • Enable no-underscore-dangle eslint rule. (#686 by @dsokal)
exponent
published 0.31.0 •

Changelog

Source

0.31.0 - 2021-10-08

🛠 Breaking changes

  • Don't resolve the iOS builder image on the client side. EAS Build will use the appropriate iOS image for a given Expo SDK version unless the image is defined. This only applies to managed projects. (#675 by @wkozyra95, @dsokal)

🎉 New features

  • Integrate credentials service with Android submissions. (#664 by @quinlanj)
  • Add option to review ad-hoc devices when reusing provisioning profile. (#673 by @dsokal)
exponent
published 0.30.0 •

Changelog

Source

0.30.0 - 2021-10-05

🛠 Breaking changes

🧹 Chores

  • Ports detection for Google Service Account Keys into the credentials service. (#660 by @quinlanj)
  • Improve iOS credentials printing. (#657 by @quinlanj)
  • Automate eas-cli releases. (#668 by @dsokal)
wkozyra
published 0.29.0 •

Changelog

Source

0.29.0 - 2021-09-28

🎉 New features

🐛 Bug fixes

  • Credentials manager: stop prompting for an Android build profile every iteration. (#641 by @quinlanj)
  • Don't display prompt in non-interactive mode when the metro config seems invalid. (#644 by @dsokal)
  • Read versions from correct Info.plist. (#635 by @wkozyra95)

🧹 Chores

dsokal
published 0.28.2 •

Changelog

Source

0.28.2 - 2021-09-23

🐛 Bug fixes

  • Use log-symbols to unify green ticks style. (#639 by @dsokal)
  • Fix eas build --auto-submit in fresh projects. (#640 by @dsokal)
dsokal
published 0.28.0 •

Changelog

Source

0.28.0 - 2021-09-20

🎉 New features

  • Use envs from build profile to resolve app config when auto-submitting. (#614 by @dsokal)
  • Support multi flavor Android projects. (#595 by @wkozyra95)
  • Improve experience when using the build details page as a build artifact URL in eas submit. (#620 by @dsokal)
  • Better error message when eas.json is invalid JSON. (#618 by @dsokal)
  • Add warning about the legacy build service IDs in eas submit. (#624 by @dsokal)
  • Validate that project includes expo-dev-client when building with developmentClient flag. (#627 by @dsokal)
  • Better experience when not logged in in non-interactive mode. (#628 by @dsokal)

🧹 Chores

  • Reduce eas-cli size by almost getting rid of lodash from dependencies. (#605 by @dsokal)
  • Enforce explicit return type in all functions. (#619 by @wkozyra95)
  • Enforce Async suffix for async functions. (#623 by @dsokal)
dsokal
published 0.27.0 •

Changelog

Source

0.27.0 - 2021-09-10

🎉 New features

  • Implement support for --platform all in eas submit. (#598 by @dsokal)
  • Implement support for --non-interactive in eas submit. (#600 by @dsokal)
  • Add auto-submit feature. Run eas build --auto-submit to submit automatically on build complete. (#603 by @dsokal)
  • Allow using env var for android.serviceAccountKeyPath in submit profiles. (#604 by @dsokal)

🐛 Bug fixes

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