Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@polkadot/x-textencoder

Package Overview
Dependencies
Maintainers
2
Versions
734
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polkadot/x-textencoder - npm Package Compare versions

Comparing version 5.4.3 to 5.4.4

4

node.js

@@ -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

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