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

@bedrock/account-http

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bedrock/account-http - npm Package Versions

8.1.0

Diff

Changelog

Source

8.1.0 - 2024-10-15

Changed

  • Update dependencies.
mattcollier
published 8.0.0 •

Changelog

Source

8.0.0 - 2023-10-24

Added

  • Add optional authorization value when registering an account and define first instance of it that uses a captcha via the Cloudflare Turnstile service.

Changed

  • BREAKING: Drop support for Node.js < 18.
  • Add @bedrock/turnstile peer dependency. This module requires Node.js 18+ and must be installed by top-level applications.
mattcollier
published 7.1.2 •

Changelog

Source

7.1.2 - 2023-10-24

Fixed

  • Remove turnstile related changes released in 7.1.0 and 7.1.1. Due to a Node.js 18+ requirement in related dependencies, this functionality must be added in a future major, breaking v8.x release.
mattcollier
published 7.1.1 •

Changelog

Source

7.1.1 - 2023-10-20

Fixed

  • Remove unused @bedrock/https-agent dep.
  • Move @bedrock/turnstile into peerDependencies.
mattcollier
published 7.1.0 •

Changelog

Source

7.1.0 - 2023-10-18

Added

  • Add optional authorization value when registering an account and define first instance of it that uses a captcha via the Cloudflare Turnstile service.
dlongley
published 7.0.1 •

Changelog

Source

7.0.1 - 2023-01-24

Fixed

  • Fix peer dep: @bedrock/passport@11.
dlongley
published 7.0.0 •

Changelog

Source

7.0.0 - 2023-01-24

Added

  • Add post method for updating accounts. Uses a simple post method that requires the full account to use to overwrite the existing one (whereby the id must continue to match) and the existing sequence.

Changed

  • BREAKING: Use @bedrock/account@9. This update changes the database record and layout for accounts in ways that incompatible with any previous releases. It also removes the patch method for updating, replacing it with simple overwrite + sequence.
  • BREAKING: Changed exposed validator names to remove bedrock and use simple names.

Removed

  • BREAKING: Remove patch method for updating accounts, replaced with simple post for account updating.
dlongley
published 6.0.0 •

Changelog

Source

6.0.0 - 2022-04-29

Changed

  • BREAKING: Update peer deps:
    • @bedrock/core@6
    • @bedrock/account@8
    • @bedrock/express@8
    • @bedrock/passport@10
    • @bedrock/validation@7.
dlongley
published 5.0.0 •

Changelog

Source

5.0.0 - 2022-04-06

Changed

  • BREAKING: Rename package to @bedrock/account-http.
  • BREAKING: Convert to module (ESM).
  • BREAKING: Remove default export.
  • BREAKING: Require node 14.x.
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