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

@rxdi/altair

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rxdi/altair

##### More information about Altair can be found here [Altair](https://altairgraphql.dev/docs)

latest
Source
npmnpm
Version
0.7.237
Version published
Weekly downloads
30
-9.09%
Maintainers
1
Weekly downloads
 
Created
Source

@rxdi Altair Playground

More information about Altair can be found here Altair
This module is intended to be used with rxdi

Installation and basic examples:

To install this Gapi module, run:
$ npm install @rxdi/altair

Consuming @rxdi/graphql

Import inside AppModule or CoreModule
import { Module } from '@rxdi/core';

@Module({
 imports: [
  AltairModule.forRoot({
   baseURL: 'http://localhost:9000/altair/',
   endpointURL: 'http://localhost:9000/graphql',
   subscriptionsEndpoint: 'http://localhost:9000/subscriptions',
   initialQuery: `{ status { status } }`,
  }),
 ],
})
export class AppModule {}
Screenshot from 2025-12-24 01-38-03

Now open http://localhost:9000/altair and Njoy! :)

Keywords

graphql

FAQs

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