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 2.4.0 to 2.4.1

11

CHANGELOG.md

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

<a name="2.4.1"></a>
## [2.4.1](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync-subscription-link@2.4.0...aws-appsync-subscription-link@2.4.1) (2022-10-07)
### Bug Fixes
* **data:** port over Angular fix from master ([#733](https://github.com/awslabs/aws-mobile-appsync-sdk-js/issues/733)) ([0a38f28](https://github.com/awslabs/aws-mobile-appsync-sdk-js/commit/0a38f28))
<a name="2.4.0"></a>

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

4

lib/subscription-handshake-link.d.ts

@@ -1,2 +0,1 @@

/// <reference types="zen-observable" />
/*!

@@ -7,2 +6,3 @@ * Copyright 2017-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.

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

@@ -19,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[]>;

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

@@ -1,3 +0,3 @@

/// <reference types="zen-observable" />
import { AuthOptions } from "aws-appsync-auth-link";
import * as ZenObservable from 'zen-observable-ts';
export declare enum SUBSCRIPTION_STATUS {

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

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

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

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

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