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
3
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 3.15.0 to 3.16.0

build/cjs/index.js

21

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

@@ -30,8 +30,8 @@ "keywords": [

"engines": {
"node": ">=10.0.0"
"node": ">=14.0.0"
},
"exports": {
".": {
"require": "./index.js",
"import": "./esm/index.js"
"require": "./build/cjs/index.js",
"import": "./build/esm/index.js"
},

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

"README.md",
"index.js",
"cjs/",
"esm/"
"build/"
],
"devDependencies": {
"jsdom": "^16.4.0"
}
},
"gitHead": "e8c1f518b988f45f3f6da84333550b215dcde94b"
}
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