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.10.5 to 1.10.6

4

CHANGELOG.md
# graphql-ruby-client
# 1.10.6 (10 Jan 2022)
- Pusher Link: Don't pass along the `complete` handler because Apollo unsubscribes if you do #3830
# 1.10.5 (17 Dec 2021)

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

2

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

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

@@ -108,3 +108,3 @@ "use strict";

}
}, error: observer.error, complete: observer.complete });
}, error: observer.error, });
// Return an object that will unsubscribe _if_ the query was a subscription.

@@ -111,0 +111,0 @@ return {

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