Socket
Socket
Sign inDemoInstall

@ethersproject/strings

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethersproject/strings - npm Package Compare versions

Comparing version 5.0.8 to 5.0.9

lib.esm/_version.d.ts.map

3

lib.esm/_version.d.ts

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

export declare const version = "strings/5.0.8";
export declare const version = "strings/5.0.9";
//# sourceMappingURL=_version.d.ts.map

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

export const version = "strings/5.0.8";
export const version = "strings/5.0.9";
//# sourceMappingURL=_version.js.map
import { BytesLike } from "@ethersproject/bytes";
export declare function formatBytes32String(text: string): string;
export declare function parseBytes32String(bytes: BytesLike): string;
//# sourceMappingURL=bytes32.d.ts.map

@@ -5,1 +5,2 @@ export declare function _nameprepTableA1(codepoint: number): boolean;

export declare function nameprep(value: string): string;
//# sourceMappingURL=idna.d.ts.map

@@ -5,1 +5,2 @@ import { formatBytes32String, parseBytes32String } from "./bytes32";

export { _toEscapedUtf8String, toUtf8Bytes, toUtf8CodePoints, toUtf8String, Utf8ErrorFunc, Utf8ErrorFuncs, Utf8ErrorReason, UnicodeNormalizationForm, formatBytes32String, parseBytes32String, nameprep };
//# sourceMappingURL=index.d.ts.map

@@ -27,1 +27,2 @@ import { BytesLike } from "@ethersproject/bytes";

export declare function toUtf8CodePoints(str: string, form?: UnicodeNormalizationForm): Array<number>;
//# sourceMappingURL=utf8.d.ts.map

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

export declare const version = "strings/5.0.8";
export declare const version = "strings/5.0.9";
//# sourceMappingURL=_version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = "strings/5.0.8";
exports.version = "strings/5.0.9";
//# sourceMappingURL=_version.js.map
import { BytesLike } from "@ethersproject/bytes";
export declare function formatBytes32String(text: string): string;
export declare function parseBytes32String(bytes: BytesLike): string;
//# sourceMappingURL=bytes32.d.ts.map

@@ -5,1 +5,2 @@ export declare function _nameprepTableA1(codepoint: number): boolean;

export declare function nameprep(value: string): string;
//# sourceMappingURL=idna.d.ts.map

@@ -5,1 +5,2 @@ import { formatBytes32String, parseBytes32String } from "./bytes32";

export { _toEscapedUtf8String, toUtf8Bytes, toUtf8CodePoints, toUtf8String, Utf8ErrorFunc, Utf8ErrorFuncs, Utf8ErrorReason, UnicodeNormalizationForm, formatBytes32String, parseBytes32String, nameprep };
//# sourceMappingURL=index.d.ts.map

@@ -27,1 +27,2 @@ import { BytesLike } from "@ethersproject/bytes";

export declare function toUtf8CodePoints(str: string, form?: UnicodeNormalizationForm): Array<number>;
//# sourceMappingURL=utf8.d.ts.map

@@ -20,3 +20,3 @@ {

],
"gitHead": "e0ccafb140ad8a10353a49909b8d425ba71b87de",
"gitHead": "4f67ecdf628268724077ffbbde4b188cd48579ec",
"keywords": [

@@ -44,5 +44,5 @@ "Ethereum",

"sideEffects": false,
"tarballHash": "0x789e0fdc5debed37b6fea60316f92ec8bf4e2ccfc62c53a7c1768b42105570a7",
"tarballHash": "0xb2e38d593baa62cf3804836d3f382c0fd3d01bb4a84b028dc4f98928d4b4146d",
"types": "./lib/index.d.ts",
"version": "5.0.8"
"version": "5.0.9"
}

@@ -1,1 +0,1 @@

export const version = "strings/5.0.8";
export const version = "strings/5.0.9";
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