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

aws-appsync-subscription-link

Package Overview
Dependencies
Maintainers
5
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-appsync-subscription-link - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

<a name="3.1.1"></a>
## [3.1.1](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync-subscription-link@3.1.0...aws-appsync-subscription-link@3.1.1) (2022-10-07)
**Note:** Version bump only for package aws-appsync-subscription-link
<a name="3.1.0"></a>

@@ -8,0 +16,0 @@ # [3.1.0](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync-subscription-link@3.0.11...aws-appsync-subscription-link@3.1.0) (2022-06-24)

3

lib/subscription-handshake-link.d.ts

@@ -6,2 +6,3 @@ /*!

import { ApolloLink, Observable, Operation, FetchResult } from "@apollo/client/core";
import * as ZenObservable from 'zen-observable-ts';
declare type MqttConnectionInfo = {

@@ -18,3 +19,3 @@ client: string;

constructor(subsInfoContextKey: any);
request(operation: Operation): Observable<unknown>;
request(operation: Operation): Observable<FetchResult> | null;
connectNewClients(connectionInfo: MqttConnectionInfo[], observer: ZenObservable.Observer<FetchResult>, operation: Operation): Promise<any[]>;

@@ -21,0 +22,0 @@ connectNewClient(connectionInfo: MqttConnectionInfo, observer: ZenObservable.Observer<FetchResult>, selectionNames: string[]): Promise<any>;

import { AuthOptions } from "aws-appsync-auth-link";
import * as ZenObservable from 'zen-observable-ts';
export declare enum SUBSCRIPTION_STATUS {

@@ -3,0 +4,0 @@ PENDING = 0,

{
"name": "aws-appsync-subscription-link",
"version": "3.1.0",
"version": "3.1.1",
"main": "lib/index.js",

@@ -24,3 +24,4 @@ "license": "Apache-2.0",

"debug": "2.6.9",
"url": "^0.11.0"
"url": "^0.11.0",
"zen-observable-ts": "^1.2.5"
},

@@ -27,0 +28,0 @@ "devDependencies": {

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