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

masto-cli

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

masto-cli - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

6

cli/index.js

@@ -80,7 +80,9 @@ #!/usr/bin/env node

username: email,
password: password
password: password,
// @ts-ignore
scope: 'read write push',
})];
case 3:
token = _b.sent();
console.log(token.access_token);
console.log(token);
process.exit(0);

@@ -87,0 +89,0 @@ return [3 /*break*/, 5];

{
"name": "masto-cli",
"version": "0.0.2",
"version": "0.1.0",
"bin": "./cli/index.js",

@@ -15,3 +15,3 @@ "repository": "https://github.com/neetbox/masto-cli.git",

"dependencies": {
"masto": "2.5.0-rc1",
"masto": "2.5.0-rc3",
"typescript": "^3.5.2",

@@ -18,0 +18,0 @@ "yargs": "^13.2.4"

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