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

@jumpn/absinthe-phoenix-socket

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jumpn/absinthe-phoenix-socket - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

package.json
{
"name": "@jumpn/absinthe-phoenix-socket",
"version": "0.3.0",
"version": "0.3.1",
"description": "Absinthe Phoenix Socket",

@@ -5,0 +5,0 @@ "module": "dist/index.js",

@@ -41,2 +41,6 @@ # @jumpn/absinthe-phoenix-socket

> reestablished.
- Cancellable request
> Calling [cancel](#cancel) removes given notifier from absintheSocket instance
> and sends a Cancel event to all its observers and unsubscribing in case it
> holds a subscription request.
- Observer support of recoverable errors

@@ -66,2 +70,8 @@ > Since connection lost is handled, then two events needs to exist to represent

```flowtype
// from @jumpn/utils-graphql
type GqlRequest<Variables: void | Object = void> = {
operation: string,
variables?: Variables
};
type Event = "Abort" | "Cancel" | "Error" | "Start" | "Result";

@@ -98,3 +108,3 @@

Cancels a notifier sending a Stop event to all its observers and
Cancels a notifier sending a Cancel event to all its observers and
unsubscribing in case it holds a subscription request

@@ -101,0 +111,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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