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
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bluesky-account-migrator - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

40

package.json
{
"name": "bluesky-account-migrator",
"version": "0.1.0",
"version": "0.2.0",
"description": "A CLI for migrating Bluesky accounts from one PDS to another.",
"repository": {
"type": "git",
"url": "git+https://github.com/rekmarks/bluesky-account-migrator.git"
"url": "https://github.com/rekmarks/bluesky-account-migrator.git"
},

@@ -45,9 +45,14 @@ "keywords": [

"scripts": {
"build": "npm run build:ts-bridge && npm run build:chmod",
"build:test": "npm run build && npm run build:test:fakes",
"build": "pnpm build:ts-bridge && pnpm build:chmod",
"build:test": "pnpm build && pnpm build:test:fakes",
"build:test:fakes": "esbuild ./test/FakeMigration.ts --bundle --outfile=./dist/migration/Migration.mjs --format=esm --target=es2022 --platform=node --packages=external",
"build:ts-bridge": "ts-bridge --project tsconfig.build.json --verbose --clean --no-references",
"build:chmod": "chmod +x ./dist/main.mjs && chmod +x ./dist/main.cjs",
"lint": "prettier --check . && tsc --noEmit",
"lint:fix": "prettier --write . && tsc --noEmit",
"lint": "pnpm lint:eslint && pnpm lint:misc --check && pnpm lint:changelog && pnpm lint:dependencies --check && pnpm lint:types",
"lint:changelog": "auto-changelog validate --prettier --repo https://github.com/rekmarks/bluesky-account-migrator.git",
"lint:dependencies": "depcheck && pnpm dedupe",
"lint:eslint": "eslint . --cache",
"lint:misc": "prettier '**/*.json' '**/*.md' '**/*.yml' '!CHANGELOG.md' '!pnpm-lock.yaml' --ignore-path .gitignore --no-error-on-unmatched-pattern",
"lint:types": "tsc --noEmit",
"lint:fix": "pnpm lint:eslint --fix && pnpm lint:misc --write && pnpm lint:changelog && pnpm lint:dependencies && pnpm lint:types",
"test": "vitest run"

@@ -66,2 +71,10 @@ },

"devDependencies": {
"@atproto/xrpc": "^0.6.5",
"@lavamoat/preinstall-always-fail": "^2.1.0",
"@metamask/auto-changelog": "^4.0.0",
"@metamask/create-release-branch": "^3.1.0",
"@metamask/eslint-config": "^14.0.0",
"@metamask/eslint-config-nodejs": "^14.0.0",
"@metamask/eslint-config-typescript": "^14.0.0",
"@metamask/eslint-config-vitest": "^1.0.0",
"@ts-bridge/cli": "^0.6.1",

@@ -71,6 +84,15 @@ "@tsconfig/node22": "^22.0.0",

"@types/yargs": "^17.0.33",
"depcheck": "^1.4.7",
"esbuild": "^0.24.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import-x": "^4.5.0",
"eslint-plugin-jsdoc": "^50.6.1",
"eslint-plugin-n": "^17.15.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-vitest": "^0.5.4",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vitest": "^2.1.8"

@@ -84,3 +106,7 @@ },

"registry": "https://registry.npmjs.org/"
},
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c",
"pnpm": {
"onlyBuiltDependencies": []
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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