New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@liquid-state/iwa-cognito-identity

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liquid-state/iwa-cognito-identity - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

20

dist/storage.js

@@ -71,10 +71,20 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

this.sync = function () { return __awaiter(_this, void 0, void 0, function () {
var _a;
return __generator(this, function (_b) {
switch (_b.label) {
var cache, e_1;
return __generator(this, function (_a) {
switch (_a.label) {
case 0:
_a = this;
_a.trys.push([0, 2, , 3]);
return [4 /*yield*/, this.store.fetch(this.storeKey)];
case 1:
_a.cache = _b.sent();
cache = _a.sent();
return [3 /*break*/, 3];
case 2:
e_1 = _a.sent();
return [3 /*break*/, 3];
case 3:
// Default if cache errors, or returns null.
if (!cache) {
cache = {};
}
this.cache = cache;
return [2 /*return*/];

@@ -81,0 +91,0 @@ }

{
"name": "@liquid-state/iwa-cognito-identity",
"version": "1.2.2",
"version": "1.2.3",
"description": "",

@@ -5,0 +5,0 @@ "files": [

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