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

bluesky-account-migrator

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bluesky-account-migrator - npm Package Versions

0.3.0

Diff

Changelog

Source

[0.3.0]

Added

  • Add --pipe mode (#28)
    • This mode reads from stdin and writes to stdout.
  • Add --debug flag (#29)
    • This currently just controls whether stack traces are shown.
  • Add serialize()/deserialize() methods to Migration class (#28)
    • This makes it easier to restore/resume partially completed migrations.

Changed

  • BREAKING: Refactor main module exports (#28)
    • The migration module is removed and its names are instead floated to the top.
  • BREAKING: Replace --mode option with --interactive and --pipe flags (#29)
    • Basically, modes are now mutually exclusive flags instead of a single string option.
  • Make credential validation more stringent (#28)
    • This should catch errors at earlier stage.
rekmarks
published 0.2.1 •

Changelog

Source

[0.2.1]

Fixed

  • Prevent submission of invalid new handles during interactive migrations
    • The Bluesky PDS implementation requires that, for e.g. a PDS hosted at pds.foo.com, all created accounts must have handles of the form *.pds.foo.com.
    • If you are migrating an existing custom handle, you can restore it after the migration.
rekmarks
published 0.2.0 •

Changelog

Source

[0.2.0]

Changed

  • Make migrate the default CLI command

Fixed

  • Fix support for custom handles on old PDS
    • Permits handles such as foo.com even if your old PDS is something else, like bsky.social.
    • The full handle must now always be entered, including the PDS URL (if it's in the handle).
rekmarks
published 0.1.0 •

Changelog

Source

[0.1.0]

Added

  • Initial release (#12)
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