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

@qeepsake/expo-in-app-purchases

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qeepsake/expo-in-app-purchases - npm Package Versions

1.1.0

Diff

lukebrandonfarrell
published 1.0.0 •

Changelog

Source

11.0.0 — 2021-08-10

🛠 Breaking changes

  • purchaseItemAsync no longer accepts the old SKU as the second (optional) argument. Instead, this method now accepts the purchaseToken of the purchase you are replacing as the second argument. You can get this value via getPurchaseHistoryAsync. This change only affects Android. (#13884 by @cruzach)
  • getPurchaseHistoryAsync no longer accepts a boolean parameter. Instead, it accepts an object containing the key useGooglePlayCache. useGooglePlayCache functions similarly to the the previous refresh parameter, except it is clearer in naming. If you had refresh as false, you should pass useGooglePlayCache: true. If refresh was true, you should pass useGooglePlayCache: false. Please see the docs for more information. (#13942 by @cruzach)

🐛 Bug fixes

  • Made the arguments that were labeled as 'optional' on iOS for getPurchaseHistoryAsync and finishTransactionAsync actually optional. (#13904 by @cruzach)

💡 Others

rodriigovieira
published 14.6.2 •

rodriigovieira
published 14.6.1 •

rodriigovieira
published 14.6.0 •

Changelog

Source

14.6.0 — 2023-10-17

🛠 Breaking changes

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