Comparing version 1.0.12 to 1.0.13
@@ -16,3 +16,7 @@ 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); } | ||
if (s) { | ||
s = varObj[s] || ''; | ||
if ((varObj === null || varObj === void 0 ? void 0 : varObj[s]) === undefined) { | ||
s = "{".concat(s, "}"); | ||
} else { | ||
s = (varObj === null || varObj === void 0 ? void 0 : varObj[s]) || ''; | ||
} | ||
} | ||
@@ -19,0 +23,0 @@ |
@@ -27,3 +27,7 @@ "use strict"; | ||
if (s) { | ||
s = varObj[s] || ''; | ||
if ((varObj === null || varObj === void 0 ? void 0 : varObj[s]) === undefined) { | ||
s = "{".concat(s, "}"); | ||
} else { | ||
s = (varObj === null || varObj === void 0 ? void 0 : varObj[s]) || ''; | ||
} | ||
} | ||
@@ -30,0 +34,0 @@ |
{ | ||
"name": "tant-intl", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
220068
740