New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mobile-center-link-scripts

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobile-center-link-scripts - npm Package Versions

2

0.11.2

Diff

Changelog

Source

Version 0.11.2

Bugfixes

  • Fix a compiler warning in RNCrashes native module #153.

Misc

  • This release also includes changes from underlying iOS SDK: https://github.com/Microsoft/mobile-center-sdk-ios/releases/tag/0.14.1

mobilecenter
published 0.11.1 •

Changelog

Source

Version 0.11.1

Breaking Change

  • Crashes.process() API that process crashes in JavaScript is deprecated and removed from this version.
  • Crashes.setListener() API is introduced to provide more functionality and flexibility of processing crashes in JavaScript. For more information, please see Customize your usage of Mobile Center Crashes.
  • Crashes.setEventListener() API that get sending status for a crash log is deprecated and removed from this version. Use Crashes.setListener() API instead. The three callbacks in Crashes.setEventListener() are renamed in Crashes.setListener() as follow:
    • willSendCrash() -> onBeforeSending()
    • didSendCrash() -> onSendingSucceeded()
    • failedSendingCrash() -> onSendingFailed()
  • Push.setEventListener() API is renamed as Push.setListener(), and the callback is renamed as follow:
    • pushNotificationReceived() -> onPushNotificationReceived()

New Feature

  • Crashes.setListener() provides the following callbacks:
    • shouldProcess() callback allows you decide if a particular crash needs to be processed or not.
    • shouldAwaitUserConfirmation() and Crashes.notifyUserConfirmation() callback allows you wait for user confirmation before sending crashes.
    • getErrorAttachments() callback allows you to add attachments to a crashe report

For more information, please see Customize your usage of Mobile Center Crashes.

Bugfixes

  • Fix a bug in Android that JS send events before native Java loads would crash application #135.

Misc

  • This release also includes changes from underlying iOS SDK: https://github.com/Microsoft/mobile-center-sdk-ios/releases/tag/0.14.0
  • This release also includes changes from underlying Android SDK: https://github.com/Microsoft/mobile-center-sdk-android/releases/tag/0.13.0

mobilecenter
published 0.10.2-prerelease •

mobilecenter
published 0.10.0 •

Changelog

Source

Version 0.10.0

  • New Feature - getSdkVersion() API for getting mobile center react native SDK version at runtime #126.
  • Support Android only project in react-native link #107.
  • Support iOS only project in react-native link #107.
  • Fix a bug in setCustomProperties() API where boolean property is always set to true #114.
  • Fix a bug where mobile center analytics is always enabled even analytics is supposed to "Enable in JavaScript" #117.
  • Fix a typo in crashes logging in onSendingFailed #120.
  • Fix a bug in iOS react-native link script issue #123.
  • This release also includes changes from underlying iOS SDK: https://github.com/Microsoft/mobile-center-sdk-ios/releases/tag/0.12.2 https://github.com/Microsoft/mobile-center-sdk-ios/releases/tag/0.12.3 https://github.com/Microsoft/mobile-center-sdk-ios/releases/tag/0.13.0

mobilecenter
published 0.9.0 •

Changelog

Source

Version 0.9.0

  • Breaking change Updated CustomProperties API parameters to align with other Mobile Center SDKs. Please refer to the updated documentation.
  • Fix updating code when changing iOS prompt answers when running react-native link a second time.
  • This release also includes changes from underlying Android SDK of the following versions: https://github.com/Microsoft/mobile-center-sdk-android/releases/tag/0.12.0
  • This release also includes changes from underlying iOS SDK: https://github.com/Microsoft/mobile-center-sdk-ios/releases/tag/0.12.0 https://github.com/Microsoft/mobile-center-sdk-ios/releases/tag/0.12.1

mobilecenter
published 0.8.1 •

Changelog

Source

Version 0.8.1

  • Fix hasCrashedInLastSession in iOS to return a boolean value instead of an integer (was 0 or 1).
  • Fix getLastSessionCrashReport on iOS to return null instead of an empty report object when app did not crash in last session.
  • Fix importing Javascript modules into Jest tests where Babel is typically disabled.
  • This release also includes changes from underlying Android SDK of the following versions: https://github.com/Microsoft/mobile-center-sdk-android/releases/tag/0.11.2
  • This release also includes changes from underlying iOS SDK: https://github.com/Microsoft/mobile-center-sdk-ios/releases/tag/0.11.1 https://github.com/Microsoft/mobile-center-sdk-ios/releases/tag/0.11.2

mobilecenter
published 0.8.0 •

Changelog

Source

Version 0.8.0

  • Implement error attachments for crash reports.
  • Fix updating cocoapods dependencies on Mobile Center for iOS when running react-native link after updating the npm packages.
  • Fix react-native link on ios projects that were renamed after initial creation such as when using create-react-native-app and then ejecting to a different name.
  • Fix Android bridge on applications that depend on React Native Android bridge version 0.47.0 or later.
  • Fix a bug where analytics and crash dependencies for iOS were always installed even if you don't use both modules.
  • This release also includes changes from underlying Android SDK of the following versions: https://github.com/Microsoft/mobile-center-sdk-android/releases/tag/0.11.0 https://github.com/Microsoft/mobile-center-sdk-android/releases/tag/0.11.1
  • This release also includes changes from underlying iOS SDK: https://github.com/Microsoft/mobile-center-sdk-ios/releases/tag/0.11.0

mobilecenter
published 0.7.0 •

Changelog

Source

Version 0.7.0

This update contains fixes some issues in our new push & custom properties functionality:

  • When the user taps on a push notification message to launch the app, the notification info is now properly passed along to the push callback
  • Custom properties of type 'Date' are now handled properly, with the right data type
  • The MobileCenter class now has a getInstallId method, returning the Mobile Center device unique identifier. It can be useful in debugging.

If you are not using Cocoapods, use frameworks from the version 0.10.1 of the Mobile Center SDK for iOS.


mobilecenter
published 0.6.0 •

Changelog

Source

Version 0.6.0

  • Updated to use 0.10.x versions of the iOS and Android native Mobile Center SDKs.
  • Added new mobile-center package to handle common Mobile Center functionality, including support for custom properties and setting the logging level.
  • Added callback support for Push.
  • Added the ability to set custom properties. Custom properties are name/value pairs you set on the client which are then sent to Mobile Center. They can be used in the Mobile Center web portal to create targeted audiences for push notifications, based on the value of those properties. And in the future you'll be able to use them for other things in Mobile Center too.
  • Improved error messages for the react-native link step. Also updated to no longer prompt for app secret during react native link if the app secret is already set; instead we just output the current value of the app secret along with the path where it's stored if the dev wants to change it manually. That all makes for a more streamlined getting started experience.

mobilecenter
published 0.1.6 •

2
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