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.3 to 1.2.4

4

dist/index.js

@@ -15,3 +15,3 @@ "use strict";

name: 'tld',
lookup: () => exports.detectLanguageByHost(window.location.hostname),
lookup: () => (0, exports.detectLanguageByHost)(window.location.hostname),
};

@@ -23,5 +23,5 @@ exports.httpTldLanguageDetector = {

const headers = options.getHeaders(req);
return exports.detectLanguageByHost(headers.host);
return (0, exports.detectLanguageByHost)(headers.host);
},
};
//# sourceMappingURL=index.js.map
{
"name": "@os-team/i18next-tld-language-detector",
"version": "1.2.3",
"version": "1.2.4",
"license": "MIT",

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

"build": "yarn clean && tsc --outDir dist",
"ncu": "ncu -u"
"ncu": "npx npm-check-updates -u"
},

@@ -20,3 +20,3 @@ "publishConfig": {

},
"gitHead": "46765def1fb1547e043d454ac5797508c428598f"
"gitHead": "2563c1fcd86d0ded6f0017bc9069ca4c56609376"
}

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