serverless-seed-plugin
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.3.1](https://github.com/purple-technology/serverless-seed-plugin/compare/v0.3.0...v0.3.1) (2022-01-11) | ||
### Bug Fixes | ||
* **cognito:** fixed user pool id search for 60+ pools count ([2458321](https://github.com/purple-technology/serverless-seed-plugin/commit/245832162703f19db85e793deca93e57b244922a)) | ||
## [0.3.0](https://github.com/purple-technology/serverless-seed-plugin/compare/v0.1.0...v0.3.0) (2022-01-11) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "serverless-seed-plugin", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=14" |
@@ -119,3 +119,3 @@ 'use strict' | ||
if (result.NextToken) | ||
return await this._findUserPoolByName(name, result.NextToken) | ||
return await this._findUserPoolIdByName(name, result.NextToken) | ||
@@ -122,0 +122,0 @@ switch (pools.length) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
17585
0