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

react-native-helpscout-beacon

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-helpscout-beacon - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

2

package.json
{
"name": "react-native-helpscout-beacon",
"title": "React Native Helpscout Beacon",
"version": "0.5.0",
"version": "0.6.0",
"description": "Integrate Helpscout Beacon in to your React Native app",

@@ -6,0 +6,0 @@ "main": "lib/index.js",

@@ -9,7 +9,7 @@ # react-native-helpscout-beacon

Current version: [4.1.0](https://github.com/helpscout/beacon-android-sdk-sample/blob/main/CHANGELOG.md#version-410-2022-09-22) (released 2022-09-22)
Current version: [5.1.2](https://github.com/helpscout/beacon-android-sdk-sample/blob/main/CHANGELOG.md#version-512-2024-07-26) (released 2024-07-26)
- [**iOS** SDK](https://developer.helpscout.com/beacon-2/ios/)
Tested version: [2.0.2](https://github.com/helpscout/beacon-ios-sdk/blob/master/CHANGELOG.md#202-september-16-2020) (released 2020-09-16)
Tested version: [3.0.1](https://github.com/helpscout/beacon-ios-sdk/releases/tag/3.0.1) (released 2024-04-25)

@@ -20,9 +20,19 @@ This library is compatible with and supported for React Native `v0.60+`.

React Native `0.60` and above:
1. Download package
1. `$ yarn add react-native-helpscout-beacon`
2. Add `pod 'Beacon'` to your `Podfile`
```sh
# npm
npm install react-native-helpscout-beacon
For React Native `0.59` and below linking will be necessary (not tested): `$ react-native link react-native-helpscout-beacon`
# yarn
yarn add react-native-helpscout-beacon
```
2. Install pods (skip for expo projects)
```
cd ios && pod install
```
## Update Helpscout SDK

@@ -29,0 +39,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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