@polkadot/x-textencoder
Advanced tools
Comparing version 5.4.3 to 5.4.4
@@ -16,2 +16,4 @@ "use strict"; | ||
var _xGlobal = require("@polkadot/x-global"); | ||
// Copyright 2017-2021 @polkadot/x-textencoder authors & contributors | ||
@@ -39,3 +41,3 @@ // SPDX-License-Identifier: Apache-2.0 | ||
const TextEncoder = typeof global.TextEncoder === 'undefined' ? NodeFallback : global.TextEncoder; | ||
const TextEncoder = typeof _xGlobal.xglobal.TextEncoder === 'undefined' ? NodeFallback : _xGlobal.xglobal.TextEncoder; | ||
exports.TextEncoder = TextEncoder; |
{ | ||
"name": "@polkadot/x-textencoder", | ||
"version": "5.4.3" | ||
"version": "5.4.4" | ||
} |
{ | ||
"name": "@polkadot/x-textencoder", | ||
"version": "5.4.3", | ||
"version": "5.4.4", | ||
"description": "A TextDecoder replacement", | ||
@@ -18,3 +18,3 @@ "browser": "browser.js", | ||
"@babel/runtime": "^7.12.5", | ||
"@polkadot/x-global": "5.4.3" | ||
"@polkadot/x-global": "5.4.4" | ||
}, | ||
@@ -21,0 +21,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
7348
128
+ Added@polkadot/x-global@5.4.4(transitive)
- Removed@polkadot/x-global@5.4.3(transitive)
Updated@polkadot/x-global@5.4.4