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

react-native-appboy-sdk

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-appboy-sdk - npm Package Compare versions

Comparing version 1.11.0 to 1.11.1

index.d.ts

9

CHANGELOG.md

@@ -0,1 +1,8 @@

## 1.11.1
##### Added
- Added Typescript definitions for the `Appboy` interface.
- Thanks @ahanriat and @josin for your contributions! See https://github.com/Appboy/appboy-react-sdk/pull/57 and https://github.com/Appboy/appboy-react-sdk/pull/38.
- Note that certain less-used parts of the API were excluded. Please file an issue if you would like specific method(s) added.
## 1.11.0

@@ -6,3 +13,3 @@

- Added `AppboyFirebaseMessagingService` to directly use the Firebase messaging event `com.google.firebase.MESSAGING_EVENT`. This is now the recommended way to integrate Firebase push with Braze. The `AppboyFcmReceiver` should be removed from your `AndroidManifest` and replaced with the following:
- ```
```
<service android:name="com.appboy.AppboyFirebaseMessagingService">

@@ -9,0 +16,0 @@ <intent-filter>

5

package.json
{
"name": "react-native-appboy-sdk",
"version": "1.11.0",
"version": "1.11.1",
"description": "Braze SDK for React Native.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {

@@ -29,3 +30,3 @@ "lint": "./node_modules/.bin/eslint index.js */**.js",

"author": "Appboy",
"license": "MIT",
"license": "LICENSE.md",
"bugs": {

@@ -32,0 +33,0 @@ "url": "https://github.com/Appboy/appboy-react-sdk/issues"

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