@lingui/detect-locale
Advanced tools
Comparing version 3.15.0 to 3.16.0
{ | ||
"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" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
45075
0
11
276
2