New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lingui/detect-locale

Package Overview
Dependencies
Maintainers
2
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lingui/detect-locale - npm Package Compare versions

Comparing version 4.4.2 to 4.5.0

dist/index.d.cts

2

dist/index.d.ts

@@ -25,2 +25,2 @@ declare function detectFromCookie(key: string): LocaleString;

export { DetectParamsFunctions, LocaleString, detect, detectFromCookie as fromCookie, detectHtmlTag as fromHtmlTag, detectFromNavigator as fromNavigator, detectFromPath as fromPath, detectFromStorage as fromStorage, detectFromSubdomain as fromSubdomain, detectFromUrl as fromUrl, multipleDetect };
export { type DetectParamsFunctions, type LocaleString, detect, detectFromCookie as fromCookie, detectHtmlTag as fromHtmlTag, detectFromNavigator as fromNavigator, detectFromPath as fromPath, detectFromStorage as fromStorage, detectFromSubdomain as fromSubdomain, detectFromUrl as fromUrl, multipleDetect };
{
"name": "@lingui/detect-locale",
"version": "4.4.2",
"version": "4.5.0",
"sideEffects": false,

@@ -40,7 +40,7 @@ "description": "@Lingui package to help you find the correct browser/server locale",

"require": {
"types": "./dist/index.d.ts",
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"import": {
"types": "./dist/index.d.ts",
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"

@@ -58,5 +58,5 @@ }

"jsdom": "^16.4.0",
"unbuild": "^1.1.2"
"unbuild": "2.0.0"
},
"gitHead": "316a004ec82721fcceb8f3c4a5aeb4a48d367927"
"gitHead": "62c92d1f8c60b3890bdda870f307fa780d423080"
}
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