aws-appsync-subscription-link
Advanced tools
Comparing version 3.1.2 to 3.1.3
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="3.1.3"></a> | ||
## [3.1.3](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync-subscription-link@3.1.2...aws-appsync-subscription-link@3.1.3) (2024-01-23) | ||
### Bug Fixes | ||
* exception due to illegal access to item in an empty map ([#747](https://github.com/awslabs/aws-mobile-appsync-sdk-js/issues/747)) ([82cb58e](https://github.com/awslabs/aws-mobile-appsync-sdk-js/commit/82cb58e)) | ||
<a name="3.1.2"></a> | ||
@@ -8,0 +19,0 @@ ## [3.1.2](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync-subscription-link@3.1.1...aws-appsync-subscription-link@3.1.2) (2022-11-17) |
@@ -342,3 +342,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 | ||
@@ -345,0 +345,0 @@ this.subscriptionObserverMap.set(subscriptionId, { |
{ | ||
"name": "aws-appsync-subscription-link", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
296034