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

@os-team/i18next-tld-language-detector

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@os-team/i18next-tld-language-detector - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

6

dist/index.d.ts

@@ -5,11 +5,11 @@ export declare const tldLocaleMap: {

};
export declare const detectLanguageByHost: (host: string) => string | undefined;
export declare const detectLanguageByHost: (host: string) => string;
export declare const browserTldLanguageDetector: {
name: string;
lookup: () => string | undefined;
lookup: () => string;
};
export declare const httpTldLanguageDetector: {
name: string;
lookup: (req: any) => string | undefined;
lookup: (req: any) => string;
};
//# sourceMappingURL=index.d.ts.map
{
"name": "@os-team/i18next-tld-language-detector",
"version": "1.2.0",
"version": "1.2.1",
"license": "MIT",

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

},
"gitHead": "065385374e73c868b677fda16f0d0c19dab42885"
"gitHead": "a5e48637ae6943ce3336adc5437a1f44705a108c"
}

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