Socket
Socket
Sign inDemoInstall

authy-desktop-export

Package Overview
Dependencies
130
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

oclif.manifest.json

@@ -1,1 +0,1 @@

{"version":"1.0.0","commands":{"export":{"id":"export","description":"utility to export TOTP secrets from a running authy desktop","strict":true,"pluginName":"authy-desktop-export","pluginAlias":"authy-desktop-export","pluginType":"core","aliases":[],"examples":["$ authy-desktop-export"],"flags":{},"args":[{"name":"fileName","description":"Export name","required":false}]}}}
{"version":"1.0.1","commands":{}}
{
"name": "authy-desktop-export",
"version": "1.0.0",
"version": "1.0.1",
"description": "utility to export TOTP secrets from a running authy desktop",

@@ -20,20 +20,19 @@ "author": "Authier @authierpm",

"dependencies": {
"@oclif/core": "^1",
"@oclif/plugin-help": "^5",
"@oclif/core": "^1.16.0",
"@oclif/plugin-help": "^5.1.12",
"chrome-remote-interface": "^0.31.3"
},
"devDependencies": {
"@oclif/test": "^2",
"@types/chai": "^4",
"@oclif/test": "^2.1.1",
"@types/chai": "^4.3.3",
"@types/chrome-remote-interface": "^0.31.4",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.45",
"chai": "^4",
"eslint": "^8.20.0",
"eslint-config-oclif": "^4",
"@types/node": "^18.7.14",
"chai": "^4.3.6",
"eslint": "^8.23.0",
"eslint-config-oclif": "^4.0.0",
"eslint-config-oclif-typescript": "^1.0.2",
"globby": "^11",
"husky": "^7.0.4",
"mocha": "^9",
"oclif": "^2",
"husky": "^8.0.1",
"mocha": "^10.0.0",
"oclif": "^3.1.2",
"prettier": "^2.7.1",

@@ -44,3 +43,3 @@ "pretty-quick": "^3.1.3",

"tslib": "^2.4.0",
"typescript": "^4.7.4"
"typescript": "^4.8.2"
},

@@ -54,8 +53,3 @@ "oclif": {

],
"topicSeparator": " ",
"topics": {
"hello": {
"description": "Say hello to the world and others"
}
}
"topicSeparator": " "
},

@@ -62,0 +56,0 @@ "scripts": {

# authy-desktop-export
authy-desktop-export utility. Can be imported into [authier](https://www.authier.ml/) password manager.
authy-desktop-export utility. Can be imported into [authier](https://www.authier.pm/) password manager.
<!-- toc -->
* [authy-desktop-export](#authy-desktop-export)
* [Prerequisites](#prerequisites)
* [Install](#install)
* [Usage](#usage)
<!-- tocstop -->
# Prerequisites
## Prerequisites

@@ -23,20 +20,12 @@ 1. Install [Authy desktop app](https://authy.com/download/) - The following steps will work on Linux, Mac and Windows.

# Install
## Install
<!-- usage -->
```sh-session
$ npm install -g authy-desktop-export
$ authy-desktop-export COMMAND
running command...
$ authy-desktop-export (--version)
authy-desktop-export/1.0.0 linux-x64 node-v16.15.0
$ authy-desktop-export --help [COMMAND]
USAGE
$ authy-desktop-export COMMAND
...
```
<!-- usagestop -->
# Usage
## Usage
Make sure your authy desktop is running with the debugging port open and run:
```

@@ -43,0 +32,0 @@ authy-desktop-export export my-authy_export.json

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc