@thi.ng/base-n
Advanced tools
Comparing version 0.2.0 to 1.0.1
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* Digits: 0-9 A-Z (excl. I,L,O) | ||
* Digits: 0-9 A-Z (excl. I,L,O,U) | ||
* | ||
@@ -19,0 +19,0 @@ * @remarks |
@@ -17,3 +17,3 @@ import { defBase } from "./base"; | ||
/** | ||
* Digits: 0-9 A-Z (excl. I,L,O) | ||
* Digits: 0-9 A-Z (excl. I,L,O,U) | ||
* | ||
@@ -20,0 +20,0 @@ * @remarks |
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/base-n@0.2.0...@thi.ng/base-n@1.0.1) (2021-08-08) | ||
**Note:** Version bump only for package @thi.ng/base-n | ||
# [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) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/base-n", | ||
"version": "0.2.0", | ||
"version": "1.0.1", | ||
"description": "Arbitrary base-n conversions w/ presets for base16/32/36/58/62/64/85, support for arrays & bigints", | ||
@@ -70,6 +70,5 @@ "module": "./index.js", | ||
"thi.ng": { | ||
"status": "beta", | ||
"year": 2017 | ||
}, | ||
"gitHead": "fe6cee7534b8534ee97aa52b159979dba6b90461" | ||
"gitHead": "dea912b6ee09890a44ed2f1ede436f55af479e01" | ||
} |
@@ -26,3 +26,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
**BETA** - possibly breaking changes forthcoming | ||
**STABLE** - used in production | ||
@@ -45,3 +45,3 @@ [Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bbase-n%5D+in%3Atitle) | ||
Package sizes (gzipped, pre-treeshake): ESM: 789 bytes / CJS: 892 bytes / UMD: 970 bytes | ||
Package sizes (gzipped, pre-treeshake): ESM: 811 bytes / CJS: 919 bytes / UMD: 995 bytes | ||
@@ -48,0 +48,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
38927
1