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

aws-user-service

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-user-service - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

2

index.js

@@ -27,3 +27,3 @@ const AWS = require('aws-sdk');

const listUsersResponse = await cognito.listUsers({
UserPoolId: userPoolId,
UserPoolId: this.authIntegrationUserPoolId,
Filter: `custom:stripe_customer_id = "${customerId}"`,

@@ -30,0 +30,0 @@ Limit: 1

{
"name": "aws-user-service",
"version": "1.0.9",
"version": "1.0.10",
"description": "Contain methods to work with asw user",

@@ -11,5 +11,3 @@ "main": "index.js",

"license": "ISC",
"dependencies": {
}
"dependencies": {}
}
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