Socket
Socket
Sign inDemoInstall

@capacitor/background-runner

Package Overview
Dependencies
2
Maintainers
8
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
234Next

1.1.0

Diff

Changelog

Source

1.1.0

Minor Changes

  • 142e96d: (iOS) KV: calling get on an non-existent key returns null instead of empty object (iOS) Fixed an issue within Runner that could potentially cause EXC_BAD_ACCESS crashes

  • 18f72b6: More reliability fixes for the JS Engine used in the Background Runner:

    • (Android) Fixes in runtime during background execution
    • (Android) Improvements in native lib handling for testing

    When updating, if you have an existing Android app, be sure to delete the android-js-engine-release.aar from android/src/main/libs, and add the following to android/app/build.gradle:

    ...
    
    repositories {
        flatDir{
            dirs '../capacitor-cordova-android-plugins/src/main/libs', 'libs'
    +		dirs '../../node_modules/@capacitor/background-runner/android/src/main/libs', 'libs'
        }
    }
    ...
    
    
  • d6511b2: (Android): Fixing issue that disabled appStateChange events

  • b09f30e: Reliability fixes for the JS Engine used in the Background Runner:

    • (Android) Improvements to QuickJS integration
    • (Android / iOS) Improvements in the handling of multiple dispatched events

Patch Changes

  • 174f2fe: Fixing incorrect method name in CapacitorGeolocation
  • 11124d2: (iOS): Removing unnecessary run loop thread causing spike in CPU while the app was in the foreground
it_mike_s
published 1.0.6-dev-20240423T161234.0 •

it_mike_s
published 1.0.6-dev-20240423T153554.0 •

it_mike_s
published 1.0.6-dev-20240418T183044.0 •

it_mike_s
published 1.0.6-dev-20240416T225651.0 •

it_mike_s
published 1.0.6-dev-20240416T212318.0 •

it_mike_s
published 1.0.6-dev-20240416T204052.0 •

it_mike_s
published 1.0.6-dev-20240409T144959.0 •

it_mike_s
published 1.0.6-dev-20230915T160000.0 •

it_mike_s
published 1.0.6-dev-20230831T174057.0 •

234Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc