Socket
Socket
Sign inDemoInstall

@lingui/conf

Package Overview
Dependencies
Maintainers
1
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lingui/conf - npm Package Compare versions

Comparing version 3.0.0-12 to 3.0.0-13

index.d.ts

9

index.js

@@ -54,2 +54,5 @@ "use strict";

format: "po",
formatOptions: {
origins: true
},
locales: [],

@@ -80,3 +83,3 @@ orderBy: "messageId",

var config = _objectSpread({}, defaultConfig, {
var config = _objectSpread(_objectSpread({}, defaultConfig), {}, {
rootDir: result ? _path.default.dirname(result.filepath) : defaultRootDir

@@ -98,3 +101,3 @@ }, userConfig);

var exampleConfig = _objectSpread({}, defaultConfig, {
var exampleConfig = _objectSpread(_objectSpread({}, defaultConfig), {}, {
extractBabelOptions: {

@@ -175,3 +178,3 @@ extends: "babelconfig.js",

newConfig = (0, _objectWithoutProperties2.default)(config, ["fallbackLocale", "fallbackLanguage"]);
return _objectSpread({}, newConfig, {
return _objectSpread(_objectSpread({}, newConfig), {}, {
fallbackLocale: fallbackLocale || fallbackLanguage || ""

@@ -178,0 +181,0 @@ });

{
"name": "@lingui/conf",
"version": "3.0.0-12",
"version": "3.0.0-13",
"description": "Get lingui configuration from package.json",

@@ -21,6 +21,6 @@ "keywords": [

"dependencies": {
"@babel/runtime": "^7.9.2",
"@babel/runtime": "^7.9.6",
"chalk": "^4.0.0",
"cosmiconfig": "^6.0.0",
"jest-validate": "^25.4.0"
"jest-validate": "^26.0.1"
},

@@ -30,4 +30,5 @@ "files": [

"README.md",
"index.js"
"index.js",
"index.d.ts"
]
}
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