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.7 to 8.1.8

3

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

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

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

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

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

@@ -51,2 +51,3 @@ "author": "Toon van Strijp",

"reflect-metadata": "^0.1.13",
"rxjs": "^7.1.0",
"subscriptions-transport-ws": "^0.9.18",

@@ -62,3 +63,2 @@ "supertest": "^6.1.3",

"cookie": "^0.4.1",
"rxjs": "^7.1.0",
"string-format": "^2.0.0"

@@ -68,3 +68,4 @@ },

"@nestjs/common": "*",
"@nestjs/core": "*"
"@nestjs/core": "*",
"rxjs": "*"
},

@@ -71,0 +72,0 @@ "lint-staged": {

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