Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

nestjs-platform-restana

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

nestjs-platform-restana

Restana adapter for nestjs

unpublished
latest
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

nestjs-platform-restana [WIP]

Nest.js adapter for restana

Install

npm i nestjs-platform-restana
yarn add nestjs-platform-restana
pnpm i nestjs-platform-restana

Usage:

import { NestFactory } from '@nestjs/core'
import { AppModule } from './app.module'
import { RestanaHttpAdapter,NestRestanaApplication } from 'nestjs-platform-restana'

async function bootstrap() {
  const app = await NestFactory.create<NestRestanaApplication>(AppModule, new RestanaHttpAdapter())
  await app.listen(3000)
}
bootstrap()

Keywords

nestjs

FAQs

Package last updated on 19 Nov 2022

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