Socket
Socket
Sign inDemoInstall

@os-team/i18next-express-middleware

Package Overview
Dependencies
67
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.10 to 1.0.11

3

dist/utils/getFallbackLng.d.ts

@@ -1,3 +0,4 @@

declare const getFallbackLng: (value?: string | false | string[] | import("i18next").FallbackLngObjList | ((code: string) => string | string[] | import("i18next").FallbackLngObjList) | undefined) => string | undefined;
import { FallbackLng } from 'i18next';
declare const getFallbackLng: (value?: false | FallbackLng | undefined) => string | undefined;
export default getFallbackLng;
//# sourceMappingURL=getFallbackLng.d.ts.map
{
"name": "@os-team/i18next-express-middleware",
"version": "1.0.10",
"version": "1.0.11",
"license": "MIT",

@@ -22,3 +22,3 @@ "repository": "git@gitlab.com:os-team/libs/utils.git",

"express": ">=4",
"i18next": ">=19"
"i18next": ">=20"
},

@@ -28,5 +28,5 @@ "peerDependencies": {

"express": ">=4",
"i18next": ">=19"
"i18next": ">=20"
},
"gitHead": "266d38393491ea50d7b724d3e6808f86edcf05e0"
"gitHead": "157abd705212e2e39c6b40fb2d90529990c5e0ff"
}

Sorry, the diff of this file is not supported yet

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