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

@sakasegawa/ncli

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

@sakasegawa/ncli - npm Package Compare versions

Comparing version
0.3.1
to
0.3.2
+2
-6
dist/index.js
#!/usr/bin/env node
// src/cli.ts
import { createRequire as createRequire2 } from "module";
import { Command } from "commander";

@@ -104,3 +103,2 @@

// src/mcp/client.ts
import { createRequire } from "module";
import { UnauthorizedError } from "@modelcontextprotocol/sdk/client/auth.js";

@@ -337,4 +335,3 @@ import { Client } from "@modelcontextprotocol/sdk/client/index.js";

// src/mcp/client.ts
var require2 = createRequire(import.meta.url);
var { version } = require2("../../package.json");
var version = true ? "0.3.2" : "0.0.0-dev";
var MCPConnection = class {

@@ -1392,4 +1389,3 @@ client = null;

// src/cli.ts
var require3 = createRequire2(import.meta.url);
var { version: version2 } = require3("../package.json");
var version2 = true ? "0.3.2" : "0.0.0-dev";
var program = new Command().name("ncli").version(version2).description(

@@ -1396,0 +1392,0 @@ "ncli \u2014 read and write Notion from the terminal.\nMCP commands use OAuth. REST API commands (rest, file) use integration token."

{
"name": "@sakasegawa/ncli",
"version": "0.3.1",
"version": "0.3.2",
"description": "CLI for Notion — MCP + REST API support",

@@ -10,3 +10,3 @@ "type": "module",

"scripts": {
"build": "tsup src/index.ts --format esm --dts --clean",
"build": "tsup",
"dev": "tsup src/index.ts --format esm --watch",

@@ -13,0 +13,0 @@ "test": "vitest run",