cl-component-translate
Advanced tools
Comparing version 0.0.10 to 0.0.20
@@ -46,3 +46,4 @@ Object.defineProperty(exports, "__esModule", { | ||
var setLocaleData = function setLocaleData(language) { | ||
var localeData = require('react-intl/locale-data/' + String(language)); | ||
var localeData = require('react-intl/locale-data/' + language); | ||
(0, _reactIntl.addLocaleData)(localeData); | ||
@@ -49,0 +50,0 @@ }; |
{ | ||
"name": "cl-component-translate", | ||
"description": "Components for translating text, numbers, dates and times", | ||
"version": "0.0.10", | ||
"version": "0.0.20", | ||
"author": "CrowdLab <web@crowdlab.com>", | ||
@@ -6,0 +6,0 @@ "license": "UNLICENSED", |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
0
82823
20