Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

amazon-cognito-identity-js-node

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "amazon-cognito-identity-js-node",
"description": "Amazon Cognito Identity Provider JavaScript SDK for Node.js",
"version": "0.0.1",
"version": "0.0.2",
"author": "Takashi Kaneda",

@@ -6,0 +6,0 @@ "repository": {

# Amazon Cognito Identity SDK for JavaScript for Node.js
This module is a fork of [amazon-cognito-identity-js](https://github.com/aws/amazon-cognito-identity-js) and applicable to Node.js
## Install
```sh
npm install amazon-cognito-identity-node
```
## Usage
```sh
var AWS = require('aws-sdk');
var CognitoSDK = require('amazon-cognito-identity-js-node');
AWS.CognitoIdentityServiceProvider.AuthenticationDetails = CognitoSDK.AuthenticationDetails;
AWS.CognitoIdentityServiceProvider.CognitoUserPool = CognitoSDK.CognitoUserPool;
AWS.CognitoIdentityServiceProvider.CognitoUser = CognitoSDK.CognitoUser;
```
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