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.3.1 to 8.3.2

4

dist/i18n.module.js

@@ -178,4 +178,4 @@ "use strict";

provide: i18n_constants_1.I18N_OPTIONS,
useFactory: async () => {
return this.sanitizeI18nOptions(await options.useFactory());
useFactory: async (...args) => {
return this.sanitizeI18nOptions(await options.useFactory(...args));
},

@@ -182,0 +182,0 @@ inject: options.inject || [],

{
"name": "nestjs-i18n",
"version": "8.3.1",
"version": "8.3.2",
"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