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

@pntr/cli

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pntr/cli - npm Package Compare versions

Comparing version
0.3.2
to
0.3.3
+10
-0
dist/index.js

@@ -11,2 +11,4 @@ #!/usr/bin/env node

// src/lib/auth.ts
import { chmodSync } from "fs";
import { dirname } from "path";
import Conf from "conf";

@@ -36,3 +38,11 @@ var config = new Conf({

config.set("credentials", credentials);
hardenPermissions();
}
function hardenPermissions() {
try {
chmodSync(config.path, 384);
chmodSync(dirname(config.path), 448);
} catch {
}
}
function clearCredentials() {

@@ -39,0 +49,0 @@ config.delete("credentials");

+4
-3
{
"name": "@pntr/cli",
"version": "0.3.2",
"description": "Free developer subdomains, DNS, disposable email, webhook capture, and MCP tools for Claude and Cursor",
"version": "0.3.3",
"description": "Free developer subdomains, DNS, catch-all email, webhook capture, and MCP tools for Claude and Cursor",
"mcpName": "dev.pntr/pntr",
"type": "module",

@@ -44,3 +45,3 @@ "main": "./dist/index.js",

"webhook-testing",
"disposable-email",
"catch-all-email",
"email-testing"

@@ -47,0 +48,0 @@ ],