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

graphql-ruby-client

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-ruby-client - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

subscriptions/__tests__/createActionCableHandlerTest.js

4

CHANGELOG.md
# graphql-ruby-client
## 1.1.3 (11 Oct 2017)
- Fix Apollo + ActionCable unsubscribe function #1019
## 1.1.2 (9 Oct 2017)

@@ -4,0 +8,0 @@

2

package.json
{
"name": "graphql-ruby-client",
"version": "1.1.2",
"version": "1.1.3",
"description": "JavaScript client for graphql-ruby",

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

@@ -15,3 +15,3 @@ /**

// Register the subscription by subscribing to the channel
const subscriptions = cable.subscriptions.create({
const subscription = cable.subscriptions.create({
channel: "GraphqlChannel",

@@ -18,0 +18,0 @@ channelId: channelId,

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