@thi.ng/base-n
Advanced tools
Comparing version 2.0.6 to 2.0.7
@@ -61,3 +61,3 @@ import { U8 } from "@thi.ng/hex"; | ||
const SHIFT = BigInt(8); | ||
for (let i = buf.length; --i >= 0;) { | ||
for (let i = buf.length; i-- > 0;) { | ||
buf[i] = Number(y & M); | ||
@@ -64,0 +64,0 @@ y >>= SHIFT; |
@@ -6,3 +6,3 @@ # Change Log | ||
## [2.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/base-n@2.0.5...@thi.ng/base-n@2.0.6) (2021-10-28) | ||
## [2.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/base-n@2.0.6...@thi.ng/base-n@2.0.7) (2021-11-10) | ||
@@ -15,42 +15,2 @@ **Note:** Version bump only for package @thi.ng/base-n | ||
## [2.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/base-n@2.0.4...@thi.ng/base-n@2.0.5) (2021-10-28) | ||
**Note:** Version bump only for package @thi.ng/base-n | ||
## [2.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/base-n@2.0.3...@thi.ng/base-n@2.0.4) (2021-10-25) | ||
**Note:** Version bump only for package @thi.ng/base-n | ||
## [2.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/base-n@2.0.2...@thi.ng/base-n@2.0.3) (2021-10-15) | ||
**Note:** Version bump only for package @thi.ng/base-n | ||
## [2.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/base-n@2.0.1...@thi.ng/base-n@2.0.2) (2021-10-15) | ||
**Note:** Version bump only for package @thi.ng/base-n | ||
## [2.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/base-n@2.0.0...@thi.ng/base-n@2.0.1) (2021-10-13) | ||
**Note:** Version bump only for package @thi.ng/base-n | ||
# [2.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/base-n@1.0.5...@thi.ng/base-n@2.0.0) (2021-10-12) | ||
@@ -85,11 +45,11 @@ | ||
## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/base-n@1.0.4...@thi.ng/base-n@1.0.5) (2021-08-24) | ||
## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/base-n@1.0.4...@thi.ng/base-n@1.0.5) (2021-08-24) | ||
### Bug Fixes | ||
### Bug Fixes | ||
- **base-n:** fix [#308](https://github.com/thi-ng/umbrella/issues/308), remove unintentional int cast ([27a0d7e](https://github.com/thi-ng/umbrella/commit/27a0d7e5052d6c40b247bfe4ef8c1611b9907a6a)) | ||
- **base-n:** fix [#308](https://github.com/thi-ng/umbrella/issues/308), remove unintentional int cast ([27a0d7e](https://github.com/thi-ng/umbrella/commit/27a0d7e5052d6c40b247bfe4ef8c1611b9907a6a)) | ||
# [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/base-n@0.1.8...@thi.ng/base-n@0.2.0) (2021-08-07) | ||
# [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/base-n@0.1.8...@thi.ng/base-n@0.2.0) (2021-08-07) | ||
### Features | ||
### Features | ||
@@ -102,3 +62,3 @@ - **base-n:** add BASE32_CROCKFORD preset ([7d1cad9](https://github.com/thi-ng/umbrella/commit/7d1cad9430746efe80cd70482906b6f03b262d8a)) | ||
- **base-n:** add en/decodeBytes(), add BASE16_XX ([d6205d7](https://github.com/thi-ng/umbrella/commit/d6205d72331bf038ebdc95c221763e2f794c10a9)) | ||
- **base-n:** add en/decodeBytes(), add BASE16_XX ([d6205d7](https://github.com/thi-ng/umbrella/commit/d6205d72331bf038ebdc95c221763e2f794c10a9)) | ||
- **base-n:** import as new pkg (MBP2010) ([f5763b3](https://github.com/thi-ng/umbrella/commit/f5763b3c6be87eb0e27a9239527283323c3e774c)) |
{ | ||
"name": "@thi.ng/base-n", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "Arbitrary base-n conversions w/ presets for base16/32/36/58/62/64/85, support for arrays & bigints", | ||
@@ -104,3 +104,3 @@ "type": "module", | ||
}, | ||
"gitHead": "c17a556ad25f6882dfa8f806a1d9e8ed7ac7cd71" | ||
"gitHead": "5fe52419af63984ebe53032201b2a6174b9cb159" | ||
} |
@@ -53,3 +53,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
Package sizes (gzipped, pre-treeshake): ESM: 817 bytes | ||
Package sizes (gzipped, pre-treeshake): ESM: 838 bytes | ||
@@ -56,0 +56,0 @@ ## Dependencies |
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
26756