🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@open-social-protocol/osp-api-index-types

Package Overview
Dependencies
Maintainers
4
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open-social-protocol/osp-api-index-types

open social protocol index server api

1.0.8
latest
Source
npm
Version published
Weekly downloads
110
-21.43%
Maintainers
4
Weekly downloads
 
Created
Source

@open-social-protocol/osp-api-index-types

open social protocol indexServer apiClient

Installation


pnpm add @open-social-protocol/osp-api-index-types

or

npm i @open-social-protocol/osp-api-index-types

Usage

import { IndexClient } from "@open-social-protocol/osp-api-index-types";

const indexClient = new IndexClient({
  baseUrl: indexUrl,
  baseApiParams: {
    headers,
  },
});

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

FAQs

Package last updated on 29 May 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