New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cognito-local

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cognito-local - npm Package Versions

1
46

3.0.0

Diff

Changelog

Source

3.0.0 (2021-07-28)

Bug Fixes

  • conflation of a user's Sub and their Username (ece63b6)

BREAKING CHANGES

  • potential -- the autogenerated Sub and user-supplied Username were treated interchangeably before, but now are independent. Previously lookups by the Sub attribute were possible, but it now doesn't appear necessary so has been removed. Databases should be unaffected.
jagregory
published 2.3.2 •

Changelog

Source

2.3.2 (2021-07-27)

Bug Fixes

  • lambda tests to use imported aws-sdk version (d4a5c82)
jagregory
published 2.3.1 •

Changelog

Source

2.3.1 (2021-07-24)

Bug Fixes

  • auth_time resolution in generated tokens (f300df4)
jagregory
published 2.3.0 •

Changelog

Source

2.3.0 (2021-07-23)

Bug Fixes

  • key setting in the datastore to work with arrays (d0a2557)

Features

  • api: describeUserPoolClient support (26cf370)
jagregory
published 2.2.0 •

Changelog

Source

2.2.0 (2021-07-22)

Features

  • lambda: limited CustomMessage lambda support (6880a90)
jagregory
published 2.1.0 •

Changelog

Source

2.1.0 (2020-05-10)

Features

jagregory
published 2.0.0 •

Changelog

Source

2.0.0 (2020-05-03)

Bug Fixes

  • hide debug logging by default (48de4e5)
  • propagate Session parameter through initiateAuth (688fd4a)
  • server: better default handling for HOST and PORT (69b4648)
  • change UserPoolId to Id in user pool storage (71f5e52)

Features

  • api: respondToAuthChallenge support (842633e)
  • api: sms_mfa support for initiateAuth (f16afe6)
  • createUserPoolClient support (df421d7)
  • store clients for user pools (eaad662)
  • api: basic listUsers support (6e0c18f)

BREAKING CHANGES

  • client ids are now validated and associated with specific user pools.
  • Nit pick of a breaking change, make the user pool database representation match what AWS reponds with from the API; keeping consistent with their response format should make it easier for us to implement APIs later. Sorry for the breakage.

Migration steps:

  1. Open any database json files and rename the UserPoolId key to Id
jagregory
published 1.3.0 •

Changelog

Source

1.3.0 (2020-04-29)

Features

  • server: add hostname option (0365f3a)
jagregory
published 1.2.2 •

Changelog

Source

1.2.2 (2020-04-13)

Bug Fixes

  • lambda: save attributes from user migration lambda on user record (dc7a1c6)
jagregory
published 1.2.1 •

Changelog

Source

1.2.1 (2020-04-13)

Bug Fixes

  • lambda: invoke lambda with actual AWS SDK version (bed1b7c)
  • imported json files weren't being published to npm (5f76d86)
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