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

serverless-seed-plugin

Package Overview
Dependencies
Maintainers
7
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-seed-plugin - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

7

CHANGELOG.md

@@ -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 @@

2

package.json
{
"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) {

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