Socket
Socket
Sign inDemoInstall

@nestjs/common

Package Overview
Dependencies
11
Maintainers
1
Versions
357
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.2.10 to 10.3.0

2

interfaces/external/cors-options.interface.d.ts

@@ -53,3 +53,3 @@ type StaticOrigin = boolean | string | RegExp | (string | RegExp)[];

export interface CorsOptionsCallback {
(error: Error, options: CorsOptions): void;
(error: Error | null, options: CorsOptions): void;
}

@@ -56,0 +56,0 @@ export interface CorsOptionsDelegate<T> {

@@ -115,3 +115,3 @@ "use strict";

provide: self.options.optionsInjectionToken,
useValue: this.omitExtras(options, self.extras),
useFactory: () => this.omitExtras(options, self.extras),
},

@@ -118,0 +118,0 @@ ];

{
"name": "@nestjs/common",
"version": "10.2.10",
"version": "10.3.0",
"description": "Nest - modern, fast, powerful node.js web framework (@common)",

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

@@ -86,3 +86,6 @@ <p align="center">

<a href="https://ridicorp.com/career/" target="_blank"><img src="https://nestjs.com/img/ridi-logo.svg" width="105" valign="middle" /></a></td><td>
<a href="https://www.movavi.com/imovie-for-windows.html" target="_blank"><img src="https://nestjs.com/img/movavi-logo.svg" width="105" valign="middle" /></a></td></</tr></table>
<a href="https://www.movavi.com/imovie-for-windows.html" target="_blank"><img src="https://nestjs.com/img/movavi-logo.svg" width="105" valign="middle" /></a></td>
</tr><tr><td>
<a href="https://skunk.team" target="_blank"><img src="https://nestjs.com/img/skunk-logo.png" height="60" valign="middle" /></a></td>
</tr></table>

@@ -89,0 +92,0 @@ #### Silver Sponsors

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