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.2 to 2.4.3

11

CHANGELOG.md

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

<a name="2.4.3"></a>
## [2.4.3](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync-subscription-link@2.4.2...aws-appsync-subscription-link@2.4.3) (2024-01-23)
### Bug Fixes
* exception due to illegal access to item in an empty map ([ba45213](https://github.com/awslabs/aws-mobile-appsync-sdk-js/commit/ba45213))
<a name="2.4.2"></a>

@@ -8,0 +19,0 @@ ## [2.4.2](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync-subscription-link@2.4.1...aws-appsync-subscription-link@2.4.2) (2022-11-17)

2

lib/realtime-subscription-handshake-link.js

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

case 5:
_e = this.subscriptionObserverMap.get(subscriptionId), subscriptionFailedCallback = _e.subscriptionFailedCallback, subscriptionReadyCallback = _e.subscriptionReadyCallback;
_e = this.subscriptionObserverMap.get(subscriptionId) || {}, subscriptionFailedCallback = _e.subscriptionFailedCallback, subscriptionReadyCallback = _e.subscriptionReadyCallback;
// This must be done before sending the message in order to be listening immediately

@@ -346,0 +346,0 @@ this.subscriptionObserverMap.set(subscriptionId, {

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

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

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