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

nestjs-i18n

Package Overview
Dependencies
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nestjs-i18n - npm Package Compare versions

Comparing version 8.1.6 to 8.1.7

3

dist/interceptors/i18n-language.interceptor.d.ts

@@ -6,3 +6,2 @@ import { NestInterceptor, ExecutionContext, CallHandler } from '@nestjs/common';

import { I18nOptionResolver } from '../interfaces/i18n-options.interface';
import { Observable } from 'rxjs';
export declare class I18nLanguageInterceptor implements NestInterceptor {

@@ -14,4 +13,4 @@ private readonly i18nOptions;

constructor(i18nOptions: I18nOptions, i18nResolvers: I18nOptionResolver[], i18nService: I18nService, moduleRef: ModuleRef);
intercept(context: ExecutionContext, next: CallHandler<any>): Promise<Observable<any>>;
intercept(context: ExecutionContext, next: CallHandler<any>): Promise<import("rxjs").Observable<any>>;
private getResolver;
}
{
"name": "nestjs-i18n",
"version": "8.1.6",
"version": "8.1.7",
"description": "",

@@ -5,0 +5,0 @@ "author": "Toon van Strijp",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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