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

auth-n-roll-service-cognito

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auth-n-roll-service-cognito - npm Package Compare versions

Comparing version 0.0.11 to 0.1.0

dist/SignOut.js

6

dist/index.js

@@ -8,2 +8,6 @@ "use strict";

var _SignOut = require("./SignOut");
var _SignUp = require("./SignUp");
var _SignIn = require("./SignIn");

@@ -47,2 +51,4 @@

return {
signUp: _SignUp.SignUp.bind(null, cognito, stack),
signOut: _SignOut.SignOut.bind(null, cognito, stack),
signIn: _SignIn.SignIn.bind(null, cognito, stack),

@@ -49,0 +55,0 @@ refresh: _Refresh.Refresh.bind(null, cognito, stack),

4

package.json
{
"name": "auth-n-roll-service-cognito",
"version": "0.0.11",
"version": "0.1.0",
"description": "",

@@ -16,3 +16,3 @@ "main": "dist/index.js",

"dependencies": {
"auth-n-roll": "^0.0.11",
"auth-n-roll": "^0.1.0",
"aws-sdk": "^2.254.1"

@@ -19,0 +19,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