Socket
Socket
Sign inDemoInstall

@thi.ng/base-n

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/base-n - npm Package Compare versions

Comparing version 2.5.6 to 2.5.7

2

CHANGELOG.md
# Change Log
- **Last updated**: 2023-08-04T10:58:19Z
- **Last updated**: 2023-08-06T09:21:31Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -5,0 +5,0 @@

{
"name": "@thi.ng/base-n",
"version": "2.5.6",
"description": "Arbitrary base-n conversions w/ presets for base16/32/36/58/62/64/85, support for arrays & bigints",
"version": "2.5.7",
"description": "Arbitrary base-n conversions w/ presets for base8/16/32/36/58/62/64/85, support for bigints and encoding/decoding of byte arrays",
"type": "module",

@@ -49,2 +49,3 @@ "module": "./index.js",

"array",
"base8",
"base16",

@@ -113,3 +114,3 @@ "base32",

},
"gitHead": "9fa3f7f8169efa30e3c71b43c82f77393581c3b5\n"
"gitHead": "888293c74f2e9a481d500d4ec319f1e2bd765ec6\n"
}

@@ -22,4 +22,7 @@ <!-- This file is generated - DO NOT EDIT! -->

Arbitrary base-n conversions w/ presets for base16/32/36/58/62/64/85, support for arrays & bigints.
Arbitrary base-n conversions w/ presets for base8/16/32/36/58/62/64/85, support for bigints and encoding/decoding of byte arrays.
In addition to the actual converters/encoders, the package also provides the
plain character strings for each base and variations.
## Status

@@ -26,0 +29,0 @@

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