Socket
Socket
Sign inDemoInstall

terra-i18n

Package Overview
Dependencies
Maintainers
5
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-i18n - npm Package Compare versions

Comparing version 4.38.0 to 4.38.1

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Changelog

## 4.38.1 - (January 4, 2022)
* Changed
* Migrate docs to terra-core-docs.
## 4.38.0 - (September 21, 2021)

@@ -7,0 +12,0 @@

2

lib/i18nLoader.js

@@ -14,3 +14,3 @@ "use strict";

function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }

@@ -17,0 +17,0 @@ var permitParams = function permitParams(callback) {

@@ -14,3 +14,3 @@ "use strict";

function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }

@@ -17,0 +17,0 @@ var supportedIntlConstructors = function supportedIntlConstructors() {

{
"name": "terra-i18n",
"main": "lib/I18n.js",
"version": "4.38.0",
"version": "4.38.1",
"description": "The terra-i18n package provides on-demand internationalization of React components.",

@@ -46,3 +46,3 @@ "repository": {

},
"gitHead": "b63b085b6be99ff184a3c43eab5d24843315942e"
"gitHead": "2b761729af5655a49c1f1cf8b6f4130d57f4ae30"
}

@@ -6,3 +6,3 @@ // Add Portuguese-Guinea-Bissau, Zulu & Zulu-South African locales as test locales (supported by intl)

it('should display tests initial load', () => {
browser.url('/raw/tests/terra-i-18-n/i-18-n/default-i-18-n');
browser.url('/raw/tests/cerner-terra-core-docs/i-18-n/default-i-18-n');
$('select').waitForDisplayed();

@@ -9,0 +9,0 @@

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