Socket
Socket
Sign inDemoInstall

amazon-cognito-identity-js

Package Overview
Dependencies
Maintainers
1
Versions
1619
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amazon-cognito-identity-js - npm Package Compare versions

Comparing version 1.25.0 to 1.26.0

8

index.d.ts

@@ -168,4 +168,10 @@ declare module "amazon-cognito-identity-js" {

export interface ICookieStorageData {
domain: string;
path?: string;
expires?: number;
secure?: boolean;
}
export class CookieStorage implements ICognitoStorage {
constructor(data);
constructor(data: ICookieStorageData);
setItem(key: string, value: string): void;

@@ -172,0 +178,0 @@ getItem(key: string): string;

2

package.json
{
"name": "amazon-cognito-identity-js",
"description": "Amazon Cognito Identity Provider JavaScript SDK",
"version": "1.25.0",
"version": "1.26.0",
"author": {

@@ -6,0 +6,0 @@ "name": "Amazon Web Services",

@@ -736,2 +736,6 @@ # Amazon Cognito Identity SDK for JavaScript

**v1.26.0:**
* What has changed
* Fixed typescript typings.
**v1.25.0:**

@@ -738,0 +742,0 @@ * What has changed

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