🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

mdedit-cli

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mdedit-cli - npm Package Compare versions

Comparing version
0.3.0
to
0.3.1
+4
-3
package.json
{
"name": "mdedit-cli",
"version": "0.3.0",
"version": "0.3.1",
"private": false,

@@ -42,4 +42,5 @@ "type": "module",

"dependencies": {
"@mdedit/agent-client": "0.2.0",
"@mdedit/sdk": "0.3.0",
"@mdedit/agent-client": "1.0.0",
"@mdedit/node-auth": "0.1.0",
"@mdedit/sdk": "0.3.1",
"chalk": "^5.6.2",

@@ -46,0 +47,0 @@ "commander": "^14.0.3",

@@ -21,2 +21,15 @@ # `mdedit-cli`

Interactive browser OAuth is also available in explicitly enabled cohorts. It
uses authorization code + PKCE, a fixed loopback callback, and the operating
system credential manager:
```bash
mdedit auth login
mdedit auth status
mdedit auth logout
```
Headless and CI environments should continue to use scoped API keys. Browser
OAuth remains release-gated and `--no-browser` is not a device flow.
## Configure

@@ -23,0 +36,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display