@thi.ng/base-n
Advanced tools
Comparing version 2.3.9 to 2.3.10
# Change Log | ||
- **Last updated**: 2022-11-30T22:27:37Z | ||
- **Last updated**: 2022-12-16T12:52:25Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/base-n", | ||
"version": "2.3.9", | ||
"version": "2.3.10", | ||
"description": "Arbitrary base-n conversions w/ presets for base16/32/36/58/62/64/85, support for arrays & bigints", | ||
@@ -13,3 +13,3 @@ "type": "module", | ||
}, | ||
"homepage": "https://github.com/thi-ng/umbrella/tree/master/packages/base-n#readme", | ||
"homepage": "https://github.com/thi-ng/umbrella/tree/develop/packages/base-n#readme", | ||
"funding": [ | ||
@@ -25,3 +25,3 @@ { | ||
], | ||
"author": "Karsten Schmidt <k+npm@thi.ng>", | ||
"author": "Karsten Schmidt (https://thi.ng)", | ||
"license": "Apache-2.0", | ||
@@ -39,11 +39,11 @@ "scripts": { | ||
"dependencies": { | ||
"@thi.ng/hex": "^2.3.1" | ||
"@thi.ng/hex": "^2.3.2" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.33.5", | ||
"@thi.ng/testament": "^0.3.6", | ||
"@microsoft/api-extractor": "^7.33.7", | ||
"@thi.ng/testament": "^0.3.7", | ||
"rimraf": "^3.0.2", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.23.20", | ||
"typescript": "^4.8.4" | ||
"typedoc": "^0.23.22", | ||
"typescript": "^4.9.4" | ||
}, | ||
@@ -115,3 +115,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "1fe40da507070653f420156d91e6b27cf682004f\n" | ||
"gitHead": "f445a9cc8022bcdebbf6ff91fd66ced016d72f01\n" | ||
} |
<!-- This file is generated - DO NOT EDIT! --> | ||
# ![base-n](https://media.thi.ng/umbrella/banners-20220914/thing-base-n.svg?ff456543) | ||
# ![@thi.ng/base-n](https://media.thi.ng/umbrella/banners-20220914/thing-base-n.svg?ff456543) | ||
[![npm version](https://img.shields.io/npm/v/@thi.ng/base-n.svg)](https://www.npmjs.com/package/@thi.ng/base-n) | ||
![npm downloads](https://img.shields.io/npm/dm/@thi.ng/base-n.svg) | ||
[![Twitter Follow](https://img.shields.io/twitter/follow/thing_umbrella.svg?style=flat-square&label=twitter)](https://twitter.com/thing_umbrella) | ||
[![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi) | ||
@@ -22,3 +22,3 @@ This project is part of the | ||
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 base16/32/36/58/62/64/85, support for arrays & bigints | ||
@@ -47,7 +47,4 @@ ## Status | ||
```text | ||
# with flag only for < v16 | ||
node --experimental-repl-await | ||
> const baseN = await import("@thi.ng/base-n"); | ||
```js | ||
const baseN = await import("@thi.ng/base-n"); | ||
``` | ||
@@ -86,3 +83,3 @@ | ||
Karsten Schmidt | ||
- [Karsten Schmidt](https://thi.ng) | ||
@@ -102,2 +99,2 @@ If this project contributes to an academic publication, please cite it as: | ||
© 2017 - 2022 Karsten Schmidt // Apache Software License 2.0 | ||
© 2017 - 2022 Karsten Schmidt // Apache License 2.0 |
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
29334
97
Updated@thi.ng/hex@^2.3.2