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

@helios-lang/codec-utils

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@helios-lang/codec-utils - npm Package Compare versions

Comparing version 0.1.29 to 0.1.30

2

package.json
{
"name": "@helios-lang/codec-utils",
"version": "0.1.29",
"version": "0.1.30",
"description": "Primitive manipulation functions commonly used in encoding and decoding algorithms",

@@ -5,0 +5,0 @@ "main": "src/index.js",

export { toBytes } from "./ByteArrayLike.js"
export { ByteStream } from "./ByteStream.js"
export { bytesToHex, hexToBytes } from "./base16.js"
export { bytesToHex, hexToBytes, isValidHex } from "./base16.js"
export { Base32, decodeBase32, encodeBase32, isValidBase32 } from "./base32.js"

@@ -5,0 +5,0 @@ export { Base64, decodeBase64, encodeBase64, isValidBase64 } from "./base64.js"

export { toBytes } from "./ByteArrayLike.js";
export { ByteStream } from "./ByteStream.js";
export type ByteArrayLike = import("./ByteArrayLike.js").ByteArrayLike;
export { bytesToHex, hexToBytes } from "./base16.js";
export { bytesToHex, hexToBytes, isValidHex } from "./base16.js";
export { Base32, decodeBase32, encodeBase32, isValidBase32 } from "./base32.js";

@@ -6,0 +6,0 @@ export { Base64, decodeBase64, encodeBase64, isValidBase64 } from "./base64.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