Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nestjs/azure-func-http

Package Overview
Dependencies
Maintainers
4
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nestjs/azure-func-http - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "@nestjs/azure-func-http",
"version": "0.1.0",
"version": "0.1.1",
"description": "Nest - modern, fast, powerful node.js web framework (@azure-func-http)",

@@ -5,0 +5,0 @@ "author": "Kamil Mysliwiec",

@@ -7,4 +7,6 @@ import { INestApplication } from '@nestjs/common';

const app = await NestFactory.create(<%= getRootModuleName() %>);
app.setGlobalPrefix('api');
await app.init();
return app;
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc