Socket
Socket
Sign inDemoInstall

nestjs-server

Package Overview
Dependencies
28
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    nestjs-server

NestJs application server


Version published
Maintainers
1
Created

Readme

Source

Application Server

Running locally:

$> yarn dc:dev

Dependency Description:

@nestjs/common: Common NestJS Framework functionalities @nestjs/config: Config helper provided by NestJS. @nestjs/core: Provides the NestFactory. @nestjs/platform: Provides the Express Appliaction. @nestjs/jwt: JWT helpers by NestJS for JWT authentication. @nestjs/passport: NestJS Passport module to integrate with the authentication strategies of the 'passport' library. @nestjs/swagger: Swagger decorators used by NestJS to construct the OPEN API swagger JSON. @nestjs/typeorm: NestJS integration module with TypeOrm

@babel/cli: A required install for using babel. It allows the use of Babel from the terminal and is available as ./node_modules/.bin/babel. @babel/core: Core Babel functionality. This is a required installation. @babel/node: This works exactly like the Node.js CLI, with the added benefit of compiling with babel presets and plugins. This is required for use with nodemon. @babel/plugin-transform-runtime: This helps to avoid duplication in the compiled output. @babel/preset-env: A collection of plugins that are responsible for carrying out code transformations. @babel/register: This compiles files on the fly and is specified as a requirement during tests. @babel/runtime: This works in conjunction with @babel/plugin-transform-runtime.

FAQs

Last updated on 05 Aug 2021

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc