Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mCodex/react-native-sensitive-info
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.6.1
Choose a base ref
...
head repository: mCodex/react-native-sensitive-info
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.6.2
Choose a head ref
  • 6 commits
  • 5 files changed
  • 3 contributors

Commits on Oct 29, 2025

  1. Refactor entry point and enhance native fallback logic

    Changed package.json to use src/index.ts as the source entry, removed src/index.tsx, and refactored src/index.ts to add robust fallback logic for native module methods. This improves reliability when native modules are unavailable and centralizes fallback implementations for storage operations.
    mCodex committed Oct 29, 2025
    Configuration menu
    Copy the full SHA
    91916b1 View commit details
    Browse the repository at this point in the history
  2. Update src/index.ts

    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    mCodex and Copilot authored Oct 29, 2025
    Configuration menu
    Copy the full SHA
    04aece9 View commit details
    Browse the repository at this point in the history
  3. Update src/index.ts

    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    mCodex and Copilot authored Oct 29, 2025
    Configuration menu
    Copy the full SHA
    b27dda4 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2025

  1. Merge pull request #489 from mCodex/fix/getSupportedSecurityLevels

    Refactor entry point and enhance native fallback logic #485
    mCodex authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    0dc1598 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2025

  1. chore: bump devDependencies and regenerate lockfiles

    - Update devDependencies: @eslint/compat, @eslint/js, eslint, turbo
    - Regenerate yarn.lock with updated package versions/checksums
    - Update example iOS Podfile.lock: SensitiveInfo -> 5.6.1, update spec checksum and CocoaPods to 1.16.2
    mCodex committed Nov 3, 2025
    Configuration menu
    Copy the full SHA
    006236a View commit details
    Browse the repository at this point in the history
  2. chore: release 5.6.2

    mCodex committed Nov 3, 2025
    Configuration menu
    Copy the full SHA
    3d8c076 View commit details
    Browse the repository at this point in the history
Loading