🚀 DAY 1 OF LAUNCH WEEK: Reachability for Ruby Now in Beta.Learn more →
Socket
Book a DemoInstallSign in
Socket

doggo.js

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

doggo.js

Typed client for Doggo.Ninja's public API

latest
npmnpm
Version
0.1.3
Version published
Maintainers
1
Created
Source

Doggo.js

A fully-typed JavaScript client for Pat, Doggo.Ninja's public API.

This package is unstable until Project Wolfsbane is fully released.

# NPM
npm install doggo.js
# PNPM
pnpm install doggo.js
# Yarn
yarn add doggo.js
# Bun
bun add doggo.js
import { PatClient } from 'doggo.js'

const pat = new PatClient()
pat.authenticate('token') // No error checking

console.log(await pat.me())

Keywords

doggo

FAQs

Package last updated on 15 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts