New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@btsd/aitu-bridge

Package Overview
Dependencies
Maintainers
2
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@btsd/aitu-bridge

[![npm version](https://badge.fury.io/js/%40btsd%2Faitu-bridge.svg)](https://badge.fury.io/js/%40btsd%2Faitu-bridge)

latest
Source
npmnpm
Version
0.8.0
Version published
Weekly downloads
225
-40.79%
Maintainers
2
Weekly downloads
 
Created
Source

Aitu Bridge

npm version

Installation

npm i @btsd/aitu-bridge
yarn add @btsd/aitu-bridge

Documentation

https://docs.aitu.io/aitudocs/aitu.apps/aitu-bridge-api

Usage

import aituBridge from '@btsd/aitu-bridge';

async function getData() {
  try {
    // getMe method
    const data = await aituBridge.getMe();
    // handle data
  } catch (e) {
    // handle error
    console.log(e);
  }
}

FAQs

Package last updated on 13 Mar 2026

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