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
733
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 4.0.0-9 to 4.0.0-10

3

browser.d.ts

@@ -1,3 +0,2 @@

import Fallback from './fallback';
declare const _default: typeof Fallback | {
declare const _default: {
new (label?: string | undefined, options?: TextDecoderOptions | undefined): TextDecoder;

@@ -4,0 +3,0 @@ prototype: TextDecoder;

@@ -10,2 +10,3 @@ "use strict";

// SPDX-License-Identifier: Apache-2.0
// This is very limited, only handling Ascii values
class TextDecoder {

@@ -12,0 +13,0 @@ // eslint-disable-next-line @typescript-eslint/no-unused-vars,no-useless-constructor

{
"name": "@polkadot/x-textdecoder",
"version": "4.0.0-9",
"version": "4.0.0-10",
"description": "A TextDecoder replacement",

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

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