Socket
Socket
Sign inDemoInstall

@capacitor/background-runner

Package Overview
Dependencies
Maintainers
0
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor/background-runner - npm Package Versions

2345

2.0.0

Diff

Changelog

Source

2.0.0

Major Changes

  • 4cc44dd: Adding a new App API, as well as app badge manipulation methods to the Notifications API
  • 36d9a61: Fixing typo in CapacitorWatch interface name
  • 3194a7d: Updates to support Capacitor 6

Minor Changes

  • 7adb608: (Android) Adding support for Content-Length in fetch requests
  • 4957271: (iOS) Fixing task repeat functionality
it_mike_s
published 1.0.6-dev-20241007T222935.0 •

it_mike_s
published 1.0.6-dev-20241007T201959.0 •

it_mike_s
published 1.0.6-dev-20240906T161151.0 •

it_mike_s
published 1.0.6-dev-20240906T160551.0 •

it_mike_s
published 1.0.6-dev-20240628T145630.0 •

it_mike_s
published 1.1.0 •

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 •

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