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

@polkadot/x-textdecoder

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-textdecoder - npm Package Compare versions

Comparing version 5.0.2-8 to 5.0.2-9

5

fallback.js

@@ -10,4 +10,7 @@ "use strict";

// SPDX-License-Identifier: Apache-2.0
// This is very limited, only handling Ascii values
class TextDecoder {
constructor(_) {}
// eslint-disable-next-line @typescript-eslint/no-unused-vars,no-useless-constructor
constructor(_) {// nothing
}

@@ -14,0 +17,0 @@ decode(value) {

2

package-info.json
{
"name": "@polkadot/x-textdecoder",
"version": "5.0.2-8"
"version": "5.0.2-9"
}
{
"name": "@polkadot/x-textdecoder",
"version": "5.0.2-8",
"version": "5.0.2-9",
"description": "A TextDecoder replacement",

@@ -5,0 +5,0 @@ "browser": "browser.js",

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