Socket
Socket
Sign inDemoInstall

@thi.ng/ksuid

Package Overview
Dependencies
Maintainers
1
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/ksuid - 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/ksuid@0.1.0...@thi.ng/ksuid@0.1.1) (2021-02-20)
**Note:** Version bump only for package @thi.ng/ksuid
# 0.1.0 (2021-01-13)

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

24

package.json
{
"name": "@thi.ng/ksuid",
"version": "0.1.0",
"version": "0.1.1",
"description": "Configurable K-sortable unique identifiers, binary & base-N encoded",

@@ -46,13 +46,13 @@ "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/api": "^6.13.6",
"@thi.ng/base-n": "^0.1.0",
"@thi.ng/random": "^2.2.0",
"@thi.ng/strings": "^1.14.0"
"@thi.ng/api": "^7.0.0",
"@thi.ng/base-n": "^0.1.1",
"@thi.ng/random": "^2.3.0",
"@thi.ng/strings": "^1.15.0"
},

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

"keywords": [
"base",
"base62",
"bigint",

@@ -88,6 +88,10 @@ "binary",

"thi.ng": {
"related": [
"base-n",
"random"
],
"status": "alpha",
"year": 2020
},
"gitHead": "97c3f9d114dbea8ba4e33f69f631de5c8fd30eda"
"gitHead": "2cb9a54255d6a5d7f21c9875002b86c42dd038de"
}

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

- [Status](#status)
- [Related packages](#related-packages)
- [Installation](#installation)

@@ -42,2 +43,4 @@ - [Dependencies](#dependencies)

![KSUID bit layout diagram](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/ksuid/ksuid.png)
### Status

@@ -49,2 +52,7 @@

### Related packages
- [@thi.ng/base-n](https://github.com/thi-ng/umbrella/tree/develop/packages/base-n) - Arbitrary base-n conversions w/ presets for base16/32/36/58/62/64/85, support for arrays & bigints
- [@thi.ng/random](https://github.com/thi-ng/umbrella/tree/develop/packages/random) - Pseudo-random number generators w/ unified API, distributions, weighted choices, ID generation
## Installation

@@ -51,0 +59,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