Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@kesha-antonov/react-native-action-cable

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kesha-antonov/react-native-action-cable - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "@kesha-antonov/react-native-action-cable",
"version": "1.0.2",
"version": "1.0.3",
"description": "Use Rails 5+ ActionCable channels with React Native for realtime magic.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -19,3 +19,3 @@ [![npm version](https://badge.fury.io/js/action-cable-react.svg)](https://badge.fury.io/js/action-cable-react)

```yarn add react-native-action-cable```
```yarn add @kesha-antonov/react-native-action-cable```

@@ -30,3 +30,3 @@ ## Usage

Cable,
} from 'react-native-action-cable'
} from '@kesha-antonov/react-native-action-cable'
```

@@ -100,3 +100,3 @@

if (this.state.isWebsocketConnected) return
this.setState({ isWebsocketConnected: true })

@@ -107,3 +107,3 @@ }

if (!this.state.isWebsocketConnected) return
this.setState({ isWebsocketConnected: false })

@@ -110,0 +110,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