Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@nestjs/azure-func-http
Advanced tools
Nest - modern, fast, powerful node.js web framework (@azure-func-http)
A progressive Node.js framework for building efficient and scalable server-side applications.
Azure Functions HTTP module for Nest.
Using the Nest CLI:
$ nest add @nestjs/azure-func-http
Example output:
✔ Installation in progress... ☕
CREATE /.funcignore (66 bytes)
CREATE /host.json (23 bytes)
CREATE /local.settings.json (116 bytes)
CREATE /proxies.json (72 bytes)
CREATE /main/function.json (294 bytes)
CREATE /main/index.ts (287 bytes)
CREATE /main/sample.dat (23 bytes)
CREATE /src/main.azure.ts (321 bytes)
UPDATE /package.json (1827 bytes)
You can read more about this integration here.
If you don't need the compatibility with express
library, you can use a native routing instead:
const app = await NestFactory.create(AppModule, new AzureHttpRouter());
AzureHttpRouter
is exported from @nestjs/azure-func-http
. Since AzureHttpRouter
doesn't use express
underneath, the routing itself is much faster.
You can pass additional flags to customize the post-install schematic. For example, if your base application directory is different than src
, use --rootDir
flag:
$ nest add @nestjs/azure-func-http --rootDir app
Other available flags:
rootModuleFileName
- the name of the root module file, default: app.module
rootModuleClassName
- the name of the root module class, default: AppModule
skipInstall
- skip installing dependencies, default: false
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
Nest is MIT licensed.
FAQs
Nest - modern, fast, powerful node.js web framework (@azure-func-http)
We found that @nestjs/azure-func-http demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.