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

@gapi/falkordb

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gapi/falkordb

#### @Gapi [Falkordb](https://github.com/FalkorDB/falkordb-ts)

latest
Source
npmnpm
Version
1.8.214
Version published
Maintainers
1
Created
Source

@gapi/falkordb

@Gapi Falkordb

For questions/issues you can write ticket here
This module is intended to be used with GAPI

Installation and basic examples:

To install this Gapi module, run:
$ npm install @gapi/falkordb

Consuming @gapi/falkordb

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

@Module({
  imports: [
    FalkorDBModule.forRoot({
      username: 'myUsername',
      password: 'myPassword',
      socket: {
        host: 'localhost',
        port: 6379,
      },
    }),
  ],
})
export class CoreModule {}

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