Socket
Socket
Sign inDemoInstall

@bugsnag/plugin-electron-renderer-client-state-updates

Package Overview
Dependencies
7
Maintainers
9
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @bugsnag/plugin-electron-renderer-client-state-updates

@bugsnag/electron plugin to sync information between JS renderers


Version published
Weekly downloads
1.4K
decreased by-22.88%
Maintainers
9
Created
Weekly downloads
 

Changelog

Source

7.16.1 (2022-02-02)

Fixed

  • (react-native) Handle circular references in metadata before it's sent to the native notifier layer #1673

Changed

  • (react-native) Update bugsnag-android to v5.19.2
    • New APIs to support forthcoming feature flag and experiment functionality. For more information, please see https://docs.bugsnag.com/product/features-experiments.
    • Explicitly define Kotlin api/language versions bugsnag-android#1564
    • Build project with Kotlin 1.4, maintain compat with Kotlin 1.3 bugsnag-android#1565
    • Discarded unhandled exceptions are propagated to any previously registered handlers bugsnag-android#1584
    • Fix SIGABRT crashes caused by race conditions in the NDK layer bugsnag-android#1585
    • Fixed an issue where feature-flags were not always sent if an OnSendCallback was configured bugsnag-android#1589
    • Fix a bug where api keys set in React Native callbacks were ignored bugsnag-android#1592

Readme

Source

@bugsnag/plugin-electron-renderer-client-state-updates

This plugin interacts with the IPC layer injected to the browser environment by @bugsnag/plugin-electron-ipc.

The plugin runs in the renderer process and uses the IPC layer to sync state both ways by:

  • Wrapping state mutator methods and propagating state changes to the main process
  • Listening for client state changes from the main process and applying them to its own state

License

This package is free software released under the MIT License. See LICENSE.txt for details.

FAQs

Last updated on 02 Feb 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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