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

@gapi/amqp

Package Overview
Dependencies
Maintainers
1
Versions
450
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gapi/amqp

![Build Status](http://gitlab.youvolio.com/gapi/gapi/badges/branch/build.svg)

latest
Source
npmnpm
Version
1.5.9
Version published
Maintainers
1
Created
Source

@Gapi Amqp

Build Status

@Gapi Amqp module @StrongTyped

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/amqp --save

Consuming @gapi/amqp

Import inside AppModule or CoreModule

import { Module } from '@rxdi/core';
import { AmqpModule } from '@gapi/amqp';

@Module({
    imports: [
        AmqpModule.forRoot({
                host: '182.10.0.5',
                port: 5672
            })
    ]
})
export class CoreModule { }

TODO: Better documentation...

Enjoy ! :)

Keywords

graphql

FAQs

Package last updated on 31 Mar 2019

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