Socket
Socket
Sign inDemoInstall

rn-update-apk

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rn-update-apk - npm Package Versions

23

5.0.0

Diff

Changelog

Source

5.0.0

  • BREAKING: remove patchSSLProvider() - was only needed for Android 4.x, react-native no longer supports 4.x
  • BREAKING: forward port to AndroidX, depends on androidx.appcompat only now
  • BREAKING: use semver.lt method to compare versions (PR #41, thanks @gaodeng!)

If you need to support Android 4.x with APK updates over SSL, do not update to v5 here.

If you have versions that are not semver-compatible, fix those so that installed apps and your updates have semver-compatible versions, and then update to v5 here.

If you still cannot update to AndroidX, either run jetifier in reverse mode on this library, or stay on v4 here.

mikehardy
published 4.5.1 •

Changelog

Source

4.5.1

  • fix(ios): depend directly on React-Core instead of transitively via React (@mikehardy)
mikehardy
published 4.5.0 •

Changelog

Source

4.5.0

  • feat: add apkOptions for custom HTTP method/headers in APK fetch (#34, thanks again @rejunges!)
mikehardy
published 4.4.0 •

Changelog

Source

4.4.0

  • feat: add apkVersionOptions for custom HTTP method/headers (#33, thanks @rejunges!)
  • feat: add whatsNew to version object definition (#32, thanks @bshubham80!)
  • fix: use different / more generic URL for iOS app lookup (#30, thanks @jiapeng007!)
mikehardy
published 4.3.2 •

Changelog

Source

4.3.2

  • fix: Capital GET breaks babel compile (#28, thanks @gstcyr!)
mikehardy
published 4.3.1 •

Changelog

Source

4.3.1

  • fix: obtain android appcompat library from appCompatVersion gradle variable if possible (@mikehardy)
  • chore: update dependencies (@mikehardy)
mikehardy
published 4.3.0 •

Changelog

Source

4.3.0

  • feat: expose content length and bytes written to progress call back as args 2 & 3 (thanks @cani1see!)
  • fix: use implementation vs compileOnly for android react-native dep (thanks @ilianamarcano!)
mikehardy
published 4.2.1 •

Changelog

Source

4.2.1

  • fix: 'np' package should be a dev dependency (thanks @nuKs!)
  • chore: update refresh-example to use modern android libraries
  • chore: update example using refresh-example
mikehardy
published 4.2.0 •

Changelog

Source

4.2.0

  • feat: compare by version code first, fallback to version name (Fixes #9)
  • fix: handle openURL deprecation warning with iOS9 protection (Fixes #15)
  • fix: attempt fix onError() not called when reading APK info fails after download (Fixes #14)
  • fix: attempt to eliminate main queue setup warning in iOS
  • build: only define android project for module maintenance, not in projects (https://github.com/react-native-community/discussions-and-proposals/issues/151#issuecomment-532787908)
  • chore: prefix all log output with RNUpdateAPK::<method name>
  • chore: switch to yarn from npm
mikehardy
published 4.1.0 •

Changelog

Source

4.1.0

  • Add cocoapods support / example fix for iOS
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