📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

@invertase/react-native-apple-authentication

Package Overview
Dependencies
Maintainers
5
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@invertase/react-native-apple-authentication - npm Package Versions

23

2.4.1

Diff
mikehardy
published 2.4.1 •
mikehardy
published 2.4.0 •
mikehardy
published 2.3.0 •
mikehardy
published 2.2.2 •

Changelog

Source

2.2.2

  • fix(android, build): set kotlin version, should fix #277 (thanks @mikehardy!)

UNINTENTIONAL BREAKING CHANGE: older android build toolchains, as are in use in react-native 0.66 and below, require kotlinVersion = "1.6.21" in your android/build.gradle ext block to compile. Sorry for the hassle. See https://github.com/invertase/react-native-apple-authentication/issues/297

mikehardy
published 2.2.1 •

Changelog

Source

2.2.1

  • fix(android, build): remove jcenter from build repo list (#281) (thanks @maheshwarimrinal!)
mikehardy
published 2.2.0 •

Changelog

Source

2.2.0

  • feat: react-native-macos support! (thanks @asabhaney!)
  • docs(example, android): include logos in all example buttons (thanks @mikehardy)
  • chore(example): update podfile.lock with results of yarn in root (thanks @mikehardy)
  • fix: default branch is now main (thanks @mikehardy)
  • build(deps): bump workflow action versions to current (thanks @mikehardy)
  • build(deps): yarn upgrade --latest except typedoc (thanks @mikehardy)
  • docs: regenerate typedoc (thanks @mikehardy)
  • docs(typedocs): forward-port to current typedocs, separate docs (thanks @mikehardy)
  • chore(example, deps): use modern android versions in random values (thanks @mikehardy)
  • docs: fix typo (thanks @pvinis!)
  • docs(example): update example to rn68 (thanks @mikehardy)
  • chore(ci): bump node in workflows to 16, JDK to temurin (thanks @mikehardy)
  • build(android): remove buildToolsVersion (thanks @dulmandakh)
  • build(deps): bump javascript dependencies (thanks @mikehardy)
  • chore: ignore typedocs directory for npm publish (thanks @mikehardy)
  • chore: update README (thanks @ehesp!)
mikehardy
published 2.1.5 •

Changelog

Source

2.1.5

  • fix(android): Updates to recommended way of importing context (#236, thanks @AndresPerezTesela!)
mikehardy
published 2.1.4 •

Changelog

Source

2.1.4

  • fix(android): use function vs arrow for babel compat in AppleButton export (#234, thanks @EIrwin)
mikehardy
published 2.1.3 •

Changelog

Source

2.1.3

  • chore: Adds rn's testID to the valid props, adds typescript exports (#233, thanks @doublethefish!)
  • chore(example): allow test runs without react-native global install
mikehardy
published 2.1.2 •

Changelog

Source

2.1.2

  • fix(android): add mavenCentral, remove jcenter before it stops (#206, thanks @maheshwarimrinal!)
  • chore: bump dependencies to current stable everywhere possible (@mikehardy)
  • chore: add basic quality assurance CI workflows (@mikehardy)