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 0.1.0 to 0.1.1

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/base-n@0.1.0...@thi.ng/base-n@0.1.1) (2021-02-20)
**Note:** Version bump only for package @thi.ng/base-n
# 0.1.0 (2021-01-13)

@@ -8,0 +16,0 @@

12

package.json
{
"name": "@thi.ng/base-n",
"version": "0.1.0",
"version": "0.1.1",
"description": "Arbitrary base-n conversions w/ presets for base16/32/36/58/62/64/85, support for arrays & bigints",

@@ -45,10 +45,10 @@ "module": "./index.js",

"@types/node": "^14.14.14",
"mocha": "^8.2.1",
"mocha": "^8.3.0",
"nyc": "^15.1.0",
"ts-node": "^9.1.1",
"typedoc": "^0.20.4",
"typescript": "^4.1.3"
"typedoc": "^0.20.26",
"typescript": "^4.1.5"
},
"dependencies": {
"@thi.ng/hex": "^0.1.3"
"@thi.ng/hex": "^0.2.0"
},

@@ -85,3 +85,3 @@ "files": [

},
"gitHead": "97c3f9d114dbea8ba4e33f69f631de5c8fd30eda"
"gitHead": "2cb9a54255d6a5d7f21c9875002b86c42dd038de"
}

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

Arbitrary base-n encoding/decoding with presets for base32/36/58/62/64/85 and support for bigints.
Arbitrary base-n conversions w/ presets for base16/32/36/58/62/64/85, support for arrays & bigints.

@@ -45,7 +45,7 @@ ### Status

Package sizes (gzipped, pre-treeshake): ESM: 626 bytes / CJS: 715 bytes / UMD: 800 bytes
Package sizes (gzipped, pre-treeshake): ESM: 789 bytes / CJS: 892 bytes / UMD: 970 bytes
## Dependencies
None
- [@thi.ng/hex](https://github.com/thi-ng/umbrella/tree/develop/packages/hex)

@@ -52,0 +52,0 @@ ## API

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