Socket
Socket
Sign inDemoInstall

@e2e-tech/cli

Package Overview
Dependencies
122
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

2

oclif.manifest.json

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

{"version":"0.0.4","commands":{"create-access-grant":{"id":"create-access-grant","description":"share an end-to-end encrypted message with another account","pluginName":"@e2e-tech/cli","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"message name","required":true},"passphrase":{"name":"passphrase","type":"option","char":"p","description":"passphrase associated with account keychain, if any"},"email":{"name":"email","type":"option","char":"e","description":"account email to share message with","required":true}},"args":[]},"create-account":{"id":"create-account","description":"create an account","pluginName":"@e2e-tech/cli","pluginType":"core","aliases":[],"examples":["$ e2e create-account -e bob@example.com -n Bob"],"flags":{"email":{"name":"email","type":"option","char":"e","description":"email associated with the account","required":true},"name":{"name":"name","type":"option","char":"n","description":"name associated with the account","required":true}},"args":[]},"create-keychain":{"id":"create-keychain","description":"create account keychain","pluginName":"@e2e-tech/cli","pluginType":"core","aliases":[],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"p","description":"passphrase associated with the keychain"}},"args":[]},"create-message":{"id":"create-message","description":"create end-to-end encrypted message","pluginName":"@e2e-tech/cli","pluginType":"core","aliases":[],"examples":["$ e2e create-object -f secret_file","$ e2e create-object -f secret_file -n 007"],"flags":{"file":{"name":"file","type":"option","char":"f","description":"path to file","required":true},"name":{"name":"name","type":"option","char":"n","description":"message name, unique per account"}},"args":[]},"list-access-grants":{"id":"list-access-grants","description":"list access grants for account","pluginName":"@e2e-tech/cli","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"list-messages":{"id":"list-messages","description":"list messages for account","pluginName":"@e2e-tech/cli","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"read-message":{"id":"read-message","description":"fetch and decrypt end-to-end encrypted message","pluginName":"@e2e-tech/cli","pluginType":"core","aliases":[],"examples":["$ e2e read-message -n secret_file","$ e2e read-message -n secret_file -p StrongestPasswordEver","$ e2e read-message -n secret_file --access-grant-id 954918d7-f343-46be-82a0-44e43bf78bf9"],"flags":{"access-grant-id":{"name":"access-grant-id","type":"option","char":"a","description":"access grant id"},"name":{"name":"name","type":"option","char":"n","description":"message name"},"passphrase":{"name":"passphrase","type":"option","char":"p","description":"passphrase associated with account keychain, if any"}},"args":[]}}}
{"version":"0.0.5","commands":{"create-access-grant":{"id":"create-access-grant","description":"share an end-to-end encrypted message with another account","pluginName":"@e2e-tech/cli","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"message name","required":true},"passphrase":{"name":"passphrase","type":"option","char":"p","description":"passphrase associated with account keychain, if any"},"email":{"name":"email","type":"option","char":"e","description":"account email to share message with","required":true}},"args":[]},"create-account":{"id":"create-account","description":"create an account","pluginName":"@e2e-tech/cli","pluginType":"core","aliases":[],"examples":["$ e2e create-account -e bob@example.com -n Bob"],"flags":{"email":{"name":"email","type":"option","char":"e","description":"email associated with the account","required":true},"name":{"name":"name","type":"option","char":"n","description":"name associated with the account","required":true}},"args":[]},"create-keychain":{"id":"create-keychain","description":"create account keychain","pluginName":"@e2e-tech/cli","pluginType":"core","aliases":[],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"p","description":"passphrase associated with the keychain"}},"args":[]},"create-message":{"id":"create-message","description":"create end-to-end encrypted message","pluginName":"@e2e-tech/cli","pluginType":"core","aliases":[],"examples":["$ e2e create-object -f secret_file","$ e2e create-object -f secret_file -n 007"],"flags":{"file":{"name":"file","type":"option","char":"f","description":"path to file","required":true},"name":{"name":"name","type":"option","char":"n","description":"message name, unique per account"}},"args":[]},"list-access-grants":{"id":"list-access-grants","description":"list access grants for account","pluginName":"@e2e-tech/cli","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"list-messages":{"id":"list-messages","description":"list messages for account","pluginName":"@e2e-tech/cli","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"read-message":{"id":"read-message","description":"fetch and decrypt end-to-end encrypted message","pluginName":"@e2e-tech/cli","pluginType":"core","aliases":[],"examples":["$ e2e read-message -n secret_file","$ e2e read-message -n secret_file -p StrongestPasswordEver","$ e2e read-message -n secret_file --access-grant-id 954918d7-f343-46be-82a0-44e43bf78bf9"],"flags":{"access-grant-id":{"name":"access-grant-id","type":"option","char":"a","description":"access grant id"},"name":{"name":"name","type":"option","char":"n","description":"message name"},"passphrase":{"name":"passphrase","type":"option","char":"p","description":"passphrase associated with account keychain, if any"}},"args":[]}}}
{
"name": "@e2e-tech/cli",
"description": "Content management with end-to-end encryption",
"version": "0.0.4",
"version": "0.0.5",
"author": "E2E Tech @e2e-tech",

@@ -14,2 +14,3 @@ "bin": {

"@oclif/plugin-help": "3.2.2",
"cli-ux": "5.5.1",
"got": "11.8.2",

@@ -16,0 +17,0 @@ "openpgp": "5.0.0-1",

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

@snipp/cli
@e2e-tech/cli
==========
snipp - secure content management
Content management with end-to-end encryption
[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/@snipp/cli.svg)](https://npmjs.org/package/@snipp/cli)
[![Downloads/week](https://img.shields.io/npm/dw/@snipp/cli.svg)](https://npmjs.org/package/@snipp/cli)
[![License](https://img.shields.io/npm/l/@snipp/cli.svg)](https://github.com/snippsh/cli/blob/master/package.json)
[![Version](https://img.shields.io/npm/v/@e2e-tech/cli.svg)](https://npmjs.org/package/@e2e-tech/cli)
[![Downloads/week](https://img.shields.io/npm/dw/@e2e-tech/cli.svg)](https://npmjs.org/package/@e2e-tech/cli)
[![License](https://img.shields.io/npm/l/@e2e-tech/cli.svg)](https://github.com/e2e-tech/cli/blob/master/package.json)

@@ -22,3 +22,3 @@ <!-- toc -->

$ e2e (-v|--version|version)
@e2e-tech/cli/0.0.4 linux-x64 node-v12.22.0
@e2e-tech/cli/0.0.5 linux-x64 node-v12.22.0
$ e2e --help [COMMAND]

@@ -55,3 +55,3 @@ USAGE

_See code: [src/commands/create-access-grant.js](https://github.com/e2e-tech/cli/blob/v0.0.4/src/commands/create-access-grant.js)_
_See code: [src/commands/create-access-grant.js](https://github.com/e2e-tech/cli/blob/v0.0.5/src/commands/create-access-grant.js)_

@@ -74,3 +74,3 @@ ## `e2e create-account`

_See code: [src/commands/create-account.js](https://github.com/e2e-tech/cli/blob/v0.0.4/src/commands/create-account.js)_
_See code: [src/commands/create-account.js](https://github.com/e2e-tech/cli/blob/v0.0.5/src/commands/create-account.js)_

@@ -89,3 +89,3 @@ ## `e2e create-keychain`

_See code: [src/commands/create-keychain.js](https://github.com/e2e-tech/cli/blob/v0.0.4/src/commands/create-keychain.js)_
_See code: [src/commands/create-keychain.js](https://github.com/e2e-tech/cli/blob/v0.0.5/src/commands/create-keychain.js)_

@@ -109,3 +109,3 @@ ## `e2e create-message`

_See code: [src/commands/create-message.js](https://github.com/e2e-tech/cli/blob/v0.0.4/src/commands/create-message.js)_
_See code: [src/commands/create-message.js](https://github.com/e2e-tech/cli/blob/v0.0.5/src/commands/create-message.js)_

@@ -148,3 +148,3 @@ ## `e2e help [COMMAND]`

_See code: [src/commands/list-access-grants.js](https://github.com/e2e-tech/cli/blob/v0.0.4/src/commands/list-access-grants.js)_
_See code: [src/commands/list-access-grants.js](https://github.com/e2e-tech/cli/blob/v0.0.5/src/commands/list-access-grants.js)_

@@ -170,3 +170,3 @@ ## `e2e list-messages`

_See code: [src/commands/list-messages.js](https://github.com/e2e-tech/cli/blob/v0.0.4/src/commands/list-messages.js)_
_See code: [src/commands/list-messages.js](https://github.com/e2e-tech/cli/blob/v0.0.5/src/commands/list-messages.js)_

@@ -192,3 +192,3 @@ ## `e2e read-message`

_See code: [src/commands/read-message.js](https://github.com/e2e-tech/cli/blob/v0.0.4/src/commands/read-message.js)_
_See code: [src/commands/read-message.js](https://github.com/e2e-tech/cli/blob/v0.0.5/src/commands/read-message.js)_
<!-- commandsstop -->

@@ -5,3 +5,3 @@ const {readFileSync, writeFileSync, existsSync} = require('fs')

const configPath = join(homedir(), '.snipp_conf')
const configPath = join(homedir(), '.e2e_conf')

@@ -8,0 +8,0 @@ const read = () => {

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