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

@lingui/detect-locale

Package Overview
Dependencies
Maintainers
3
Versions
94
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.0.0-next.3 to 4.0.0-next.4

./dist/index.cjs

23

package.json
{
"name": "@lingui/detect-locale",
"version": "4.0.0-next.3",
"version": "4.0.0-next.4",
"sideEffects": false,
"description": "@Lingui package to help you find the correct browser/server locale",
"main": "./build/cjs/index.js",
"module": "./build/esm/index.js",
"types": "./build/index.d.ts",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"license": "MIT",

@@ -18,2 +18,6 @@ "keywords": [

],
"scripts": {
"build": "rimraf ./dist && unbuild",
"stub": "unbuild --stub"
},
"author": {

@@ -35,4 +39,4 @@ "name": "Sergio Moreno",

".": {
"require": "./build/cjs/index.js",
"import": "./build/esm/index.js"
"require": "./dist/index.mjs",
"import": "./dist/index.mjs"
},

@@ -44,8 +48,9 @@ "./package.json": "./package.json"

"README.md",
"build/"
"dist/"
],
"devDependencies": {
"jsdom": "^16.4.0"
"jsdom": "^16.4.0",
"unbuild": "^1.1.2"
},
"gitHead": "29cad1bdcc781994ac4d496e5c4937795423d405"
"gitHead": "3b999e35d26e67dec7cf0591f794be782e11022c"
}
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