@polkadot/x-textdecoder
Advanced tools
Comparing version 4.0.0-9 to 4.0.0-10
@@ -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", |
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
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